Html Css Color HEX #367013 Bilbao

📋 copy color: '#367013'

red 54 ◦ green 112 ◦ blue 19

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

Shades of Bilbao #367013

Tints of Bilbao #367013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.54%

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 29.19%
G = 60.54%
B = 10.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#367013 (or 0x367013) is known color: Bilbao. HEX triplet: 36, 70 and 13. RGB value is (54,112,19). Sum of RGB (Red+Green+Blue) = 54+112+19=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #367013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367013 is #C98FEC. Grayscale: #545454. Windows color (decimal): -13209581 or 1273910. OLE color: 1273910.

HSL color Cylindrical-coordinate representation of color #367013: hue angle of 97.42º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #367013 is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 19 -
CMYK 0.52 0 0.83 0.56
HSL 97.42º 0.71% 0.26% -
HSV(B) 97.42º 0.83% 0.44% -
XYZ 7.43 12.42 2.62 -
YUV 84.06 91.28 106.56 -
System Red Green Blue C M Y K H S L
Decimal 54 112 19 0.52 0 0.83 0.56 97.42 0.71 0.26
Hex 36 70 13 34 0 53 38 61 47 1A
Octal 66 160 23 64 0 123 70 141 107 32
Binary 110110 1110000 10011 110100 0 1010011 111000 1100001 1000111 11010

Color Harmonies of #367013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367013

Black with #367013

Text Example


Text Example

White with #367013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367013; }

 p { color: rgb(54,112,19); }

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

background-color css

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

 a { background-color: rgb(54,112,19); }

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

border-color css

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

 span { border-color: rgb(54,112,19); }

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