Html Css Color HEX #396F00 Bilbao

📋 copy color: '#396F00'

red 57 ◦ green 111 ◦ blue 0

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

Shades of Bilbao #396F00

Tints of Bilbao #396F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 66.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.93%
G = 66.07%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#396F00 (or 0x396F00) is known color: Bilbao. HEX triplet: 39, 6F and 00. RGB value is (57,111,0). Sum of RGB (Red+Green+Blue) = 57+111+0=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 111 (43.75% from 255 or 66.07% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 111 - color contains mainly: green. Hex color #396F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396F00 is #C690FF. Grayscale: #525252. Windows color (decimal): -13013248 or 28473. OLE color: 28473.

HSL color Cylindrical-coordinate representation of color #396F00: hue angle of 89.19º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #396F00 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 111 0 -
CMYK 0.49 0 1 0.56
HSL 89.19º 1% 0.22% -
HSV(B) 89.19º 1% 0.44% -
XYZ 7.37 12.24 1.97 -
YUV 82.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 57 111 0 0.49 0 1 0.56 89.19 1 0.22
Hex 39 6F 0 31 0 64 38 59 64 16
Octal 71 157 0 61 0 144 70 131 144 26
Binary 111001 1101111 0 110001 0 1100100 111000 1011001 1100100 10110

Color Harmonies of #396F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F00

Black with #396F00

Text Example


Text Example

White with #396F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396F00; }

 p { color: rgb(57,111,0); }

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

background-color css

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

 a { background-color: rgb(57,111,0); }

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

border-color css

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

 span { border-color: rgb(57,111,0); }

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