Html Css Color HEX #36770C Bilbao

📋 copy color: '#36770C'

red 54 ◦ green 119 ◦ blue 12

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

Shades of Bilbao #36770C

Tints of Bilbao #36770C

RGB

 RED value IS 54 (21.48% from 255) = 29.19%

 GREEN value IS 119 (46.88% from 255) = 64.32%

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 29.19%
G = 64.32%
B = 6.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#36770C (or 0x36770C) is known color: Bilbao. HEX triplet: 36, 77 and 0C. RGB value is (54,119,12). Sum of RGB (Red+Green+Blue) = 54+119+12=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 119 (46.88% from 255 or 64.32% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 119 - color contains mainly: green. Hex color #36770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36770C is #C988F3. Grayscale: #575757. Windows color (decimal): -13207796 or 816950. OLE color: 816950.

HSL color Cylindrical-coordinate representation of color #36770C: hue angle of 96.45º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36770C is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 119 12 -
CMYK 0.55 0 0.90 0.53
HSL 96.45º 0.82% 0.26% -
HSV(B) 96.45º 0.9% 0.47% -
XYZ 8.18 14 2.62 -
YUV 87.37 85.47 104.2 -
System Red Green Blue C M Y K H S L
Decimal 54 119 12 0.55 0 0.90 0.53 96.45 0.82 0.26
Hex 36 77 C 37 0 5A 35 60 52 1A
Octal 66 167 14 67 0 132 65 140 122 32
Binary 110110 1110111 1100 110111 0 1011010 110101 1100000 1010010 11010

Color Harmonies of #36770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36770C

Black with #36770C

Text Example


Text Example

White with #36770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36770C; }

 p { color: rgb(54,119,12); }

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

background-color css

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

 a { background-color: rgb(54,119,12); }

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

border-color css

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

 span { border-color: rgb(54,119,12); }

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