Html Css Color HEX #36740C Bilbao

📋 copy color: '#36740C'

red 54 ◦ green 116 ◦ blue 12

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

Shades of Bilbao #36740C

Tints of Bilbao #36740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.74%

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

R = 29.67%
G = 63.74%
B = 6.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#36740C (or 0x36740C) is known color: Bilbao. HEX triplet: 36, 74 and 0C. RGB value is (54,116,12). Sum of RGB (Red+Green+Blue) = 54+116+12=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #36740C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36740C is #C98BF3. Grayscale: #555555. Windows color (decimal): -13208564 or 816182. OLE color: 816182.

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

Color convert

RGB 54 116 12 -
CMYK 0.53 0 0.90 0.55
HSL 95.77º 0.81% 0.25% -
HSV(B) 95.77º 0.9% 0.45% -
XYZ 7.83 13.3 2.5 -
YUV 85.61 86.46 105.46 -
System Red Green Blue C M Y K H S L
Decimal 54 116 12 0.53 0 0.90 0.55 95.77 0.81 0.25
Hex 36 74 C 35 0 5A 37 60 51 19
Octal 66 164 14 65 0 132 67 140 121 31
Binary 110110 1110100 1100 110101 0 1011010 110111 1100000 1010001 11001

Color Harmonies of #36740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36740C

Black with #36740C

Text Example


Text Example

White with #36740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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