Html Css Color HEX #36712A Bilbao

📋 copy color: '#36712A'

red 54 ◦ green 113 ◦ blue 42

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

Shades of Bilbao #36712A

Tints of Bilbao #36712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.07%

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 25.84%
G = 54.07%
B = 20.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#36712A (or 0x36712A) is known color: Bilbao. HEX triplet: 36, 71 and 2A. RGB value is (54,113,42). Sum of RGB (Red+Green+Blue) = 54+113+42=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #36712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36712A is #C98ED5. Grayscale: #575757. Windows color (decimal): -13209302 or 2781494. OLE color: 2781494.

HSL color Cylindrical-coordinate representation of color #36712A: hue angle of 109.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36712A is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 42 -
CMYK 0.52 0 0.63 0.56
HSL 109.86º 0.46% 0.3% -
HSV(B) 109.86º 0.63% 0.44% -
XYZ 7.84 12.76 4.24 -
YUV 87.27 102.45 104.27 -
System Red Green Blue C M Y K H S L
Decimal 54 113 42 0.52 0 0.63 0.56 109.86 0.46 0.3
Hex 36 71 2A 34 0 3F 38 6E 2E 1E
Octal 66 161 52 64 0 77 70 156 56 36
Binary 110110 1110001 101010 110100 0 111111 111000 1101110 101110 11110

Color Harmonies of #36712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36712A

Black with #36712A

Text Example


Text Example

White with #36712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36712A; }

 p { color: rgb(54,113,42); }

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

background-color css

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

 a { background-color: rgb(54,113,42); }

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

border-color css

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

 span { border-color: rgb(54,113,42); }

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