Html Css Color HEX #367E12 Bilbao

📋 copy color: '#367E12'

red 54 ◦ green 126 ◦ blue 18

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

Shades of Bilbao #367E12

Tints of Bilbao #367E12

RGB

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

 GREEN value IS 126 (49.61% from 255) = 63.64%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 27.27%
G = 63.64%
B = 9.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#367E12 (or 0x367E12) is known color: Bilbao. HEX triplet: 36, 7E and 12. RGB value is (54,126,18). Sum of RGB (Red+Green+Blue) = 54+126+18=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 126 (49.61% from 255 or 63.64% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 126 - color contains mainly: green. Hex color #367E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367E12 is #C981ED. Grayscale: #5C5C5C. Windows color (decimal): -13205998 or 1211958. OLE color: 1211958.

HSL color Cylindrical-coordinate representation of color #367E12: hue angle of 100º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #367E12 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 126 18 -
CMYK 0.57 0 0.86 0.51
HSL 100º 0.75% 0.28% -
HSV(B) 100º 0.86% 0.49% -
XYZ 9.09 15.75 3.13 -
YUV 92.16 86.15 100.78 -
System Red Green Blue C M Y K H S L
Decimal 54 126 18 0.57 0 0.86 0.51 100 0.75 0.28
Hex 36 7E 12 39 0 56 33 64 4B 1C
Octal 66 176 22 71 0 126 63 144 113 34
Binary 110110 1111110 10010 111001 0 1010110 110011 1100100 1001011 11100

Color Harmonies of #367E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E12

Black with #367E12

Text Example


Text Example

White with #367E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367E12; }

 p { color: rgb(54,126,18); }

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

background-color css

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

 a { background-color: rgb(54,126,18); }

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

border-color css

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

 span { border-color: rgb(54,126,18); }

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