Html Css Color HEX #398408 Bilbao

📋 copy color: '#398408'

red 57 ◦ green 132 ◦ blue 8

#398408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #398408

Tints of Bilbao #398408

RGB

 RED value IS 57 (22.66% from 255) = 28.93%

 GREEN value IS 132 (51.95% from 255) = 67.01%

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 28.93%
G = 67.01%
B = 4.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#398408 (or 0x398408) is known color: Bilbao. HEX triplet: 39, 84 and 08. RGB value is (57,132,8). Sum of RGB (Red+Green+Blue) = 57+132+8=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 132 (51.95% from 255 or 67.01% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 132 - color contains mainly: green. Hex color #398408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398408 is #C67BF7. Grayscale: #5F5F5F. Windows color (decimal): -13007864 or 558137. OLE color: 558137.

HSL color Cylindrical-coordinate representation of color #398408: hue angle of 96.29º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #398408 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 132 8 -
CMYK 0.57 0 0.94 0.48
HSL 96.29º 0.89% 0.27% -
HSV(B) 96.29º 0.94% 0.52% -
XYZ 9.98 17.39 3.06 -
YUV 95.44 78.65 100.58 -
System Red Green Blue C M Y K H S L
Decimal 57 132 8 0.57 0 0.94 0.48 96.29 0.89 0.27
Hex 39 84 8 39 0 5E 30 60 59 1B
Octal 71 204 10 71 0 136 60 140 131 33
Binary 111001 10000100 1000 111001 0 1011110 110000 1100000 1011001 11011

Color Harmonies of #398408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398408

Black with #398408

Text Example


Text Example

White with #398408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398408; }

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

 H1.HeaderClassName
 {
   color: #398408;
 }
 .AnyTagClassName
 {
   color: #398408;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #398408;
 }
 .BgClassName
 {
   background-color: #398408;
 }
</style>

border-color css

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

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

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