Html Css Color HEX #36740F Bilbao

📋 copy color: '#36740F'

red 54 ◦ green 116 ◦ blue 15

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

Shades of Bilbao #36740F

Tints of Bilbao #36740F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 29.19%
G = 62.7%
B = 8.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#36740F (or 0x36740F) is known color: Bilbao. HEX triplet: 36, 74 and 0F. RGB value is (54,116,15). Sum of RGB (Red+Green+Blue) = 54+116+15=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #36740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36740F is #C98BF0. Grayscale: #565656. Windows color (decimal): -13208561 or 1012790. OLE color: 1012790.

HSL color Cylindrical-coordinate representation of color #36740F: hue angle of 96.83º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36740F is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 116 15 -
CMYK 0.53 0 0.87 0.55
HSL 96.83º 0.77% 0.26% -
HSV(B) 96.83º 0.87% 0.45% -
XYZ 7.85 13.31 2.61 -
YUV 85.95 87.96 105.21 -
System Red Green Blue C M Y K H S L
Decimal 54 116 15 0.53 0 0.87 0.55 96.83 0.77 0.26
Hex 36 74 F 35 0 57 37 61 4D 1A
Octal 66 164 17 65 0 127 67 141 115 32
Binary 110110 1110100 1111 110101 0 1010111 110111 1100001 1001101 11010

Color Harmonies of #36740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36740F

Black with #36740F

Text Example


Text Example

White with #36740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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