Html Css Color HEX #367C05 Bilbao

📋 copy color: '#367C05'

red 54 ◦ green 124 ◦ blue 5

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

Shades of Bilbao #367C05

Tints of Bilbao #367C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 67.76%

 BLUE value IS 5 (2.34% from 255) = 2.73%

R = 29.51%
G = 67.76%
B = 2.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#367C05 (or 0x367C05) is known color: Bilbao. HEX triplet: 36, 7C and 05. RGB value is (54,124,5). Sum of RGB (Red+Green+Blue) = 54+124+5=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 124 (48.83% from 255 or 67.76% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 124 - color contains mainly: green. Hex color #367C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367C05 is #C983FA. Grayscale: #595959. Windows color (decimal): -13206523 or 359478. OLE color: 359478.

HSL color Cylindrical-coordinate representation of color #367C05: hue angle of 95.29º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #367C05 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 124 5 -
CMYK 0.56 0 0.96 0.51
HSL 95.29º 0.92% 0.25% -
HSV(B) 95.29º 0.96% 0.49% -
XYZ 8.76 15.21 2.62 -
YUV 89.5 80.31 102.68 -
System Red Green Blue C M Y K H S L
Decimal 54 124 5 0.56 0 0.96 0.51 95.29 0.92 0.25
Hex 36 7C 5 38 0 60 33 5F 5C 19
Octal 66 174 5 70 0 140 63 137 134 31
Binary 110110 1111100 101 111000 0 1100000 110011 1011111 1011100 11001

Color Harmonies of #367C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C05

Black with #367C05

Text Example


Text Example

White with #367C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,124,5); }

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

background-color css

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

 a { background-color: rgb(54,124,5); }

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

border-color css

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

 span { border-color: rgb(54,124,5); }

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