#367C04

Color #367C04 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #367C04

Tints of Bilbao #367C04

Color information

#367C04 (or 0x367C04) is unknown color: approx Bilbao. HEX triplet: 36, 7C and 04. RGB value is (54,124,4). Sum of RGB (Red+Green+Blue) = 54+124+4=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 124 (48.83% from 255 or 68.13% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 124 - color contains mainly: green. Hex color #367C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367C04 is #C983FB. Grayscale: #595959. Windows color (decimal): -13206524 or 293942. OLE color: 293942.

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

Color convert

RGB541244-
CMYK0.5600.970.51
HSL95º93.75%25.1%-
HSV(B)95º96.77%48.63%-
XYZ8.7515.212.59-
YUV89.3979.81102.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 124 (48.83% from 255) = 68.13%
BLUE value IS 4 (1.95% from 255) = 2.20%
R=29.67%
G=68.13%
B=2.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5412440.5600.970.519593.7525.1
Hex367C438061335f5e19
Octal6617447001416313713631
Binary1101101111100100111000011000011100111011111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #367C04;
 }
 .AnyTagClassName
 {
   color: #367C04;
 }
</style>
background-color css

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

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

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

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

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

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