Html Css Color HEX #367019 Bilbao

📋 copy color: '#367019'

red 54 ◦ green 112 ◦ blue 25

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

Shades of Bilbao #367019

Tints of Bilbao #367019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.09%

R = 28.27%
G = 58.64%
B = 13.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#367019 (or 0x367019) is known color: Bilbao. HEX triplet: 36, 70 and 19. RGB value is (54,112,25). Sum of RGB (Red+Green+Blue) = 54+112+25=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #367019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367019 is #C98FE6. Grayscale: #555555. Windows color (decimal): -13209575 or 1667126. OLE color: 1667126.

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

Color convert

RGB 54 112 25 -
CMYK 0.52 0 0.78 0.56
HSL 100º 0.64% 0.27% -
HSV(B) 100º 0.78% 0.44% -
XYZ 7.49 12.44 2.93 -
YUV 84.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 54 112 25 0.52 0 0.78 0.56 100 0.64 0.27
Hex 36 70 19 34 0 4E 38 64 40 1B
Octal 66 160 31 64 0 116 70 144 100 33
Binary 110110 1110000 11001 110100 0 1001110 111000 1100100 1000000 11011

Color Harmonies of #367019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367019

Black with #367019

Text Example


Text Example

White with #367019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367019; }

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

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

background-color css

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

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

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

border-color css

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

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

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