#398D08

Color #398D08 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #398D08

Tints of Bilbao #398D08

Color information

#398D08 (or 0x398D08) is unknown color: approx Bilbao. HEX triplet: 39, 8D and 08. RGB value is (57,141,8). Sum of RGB (Red+Green+Blue) = 57+141+8=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #398D08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398D08 is #C672F7. Grayscale: #656565. Windows color (decimal): -13005560 or 560441. OLE color: 560441.

HSL color Cylindrical-coordinate representation of color #398D08: hue angle of 97.89º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #398D08 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB571418-
CMYK0.6000.940.45
HSL97.89º89.26%29.22%-
HSV(B)97.89º94.33%55.29%-
XYZ11.2619.943.48-
YUV100.7275.6796.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 141 (55.47% from 255) = 68.45%
BLUE value IS 8 (3.52% from 255) = 3.88%
R=27.67%
G=68.45%
B=3.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5714180.6000.940.4597.8989.2629.22
Hex398D83C05E2D62591d
Octal71215107401365514213135
Binary111001100011011000111100010111101011011100010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398D08; }

 p { color: rgb(57,141,8); }

 H1.HeaderClassName
 {
   color: #398D08;
 }
 .AnyTagClassName
 {
   color: #398D08;
 }
</style>
background-color css

<style>
 a { background-color: #398D08; }

 a { background-color: rgb(57,141,8); }

 div.DivClassName
 {
   background-color: #398D08;
 }
 .BgClassName
 {
   background-color: #398D08;
 }
</style>
border-color css

<style>
 span { border-color: #398D08; }

 span { border-color: rgb(57,141,8); }

 td.TdClassName
 {
   border-color: #398D08;
 }
 .TagClassName
 {
   border-color: #398D08;
 }
</style>