#378818

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

Shades of Bilbao #378818

Tints of Bilbao #378818

Color information

#378818 (or 0x378818) is unknown color: approx Bilbao. HEX triplet: 37, 88 and 18. RGB value is (55,136,24). Sum of RGB (Red+Green+Blue) = 55+136+24=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 136 (53.52% from 255 or 63.26% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 136 - color contains mainly: green. Hex color #378818 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378818 is #C877E7. Grayscale: #636363. Windows color (decimal): -13137896 or 1607735. OLE color: 1607735.

HSL color Cylindrical-coordinate representation of color #378818: hue angle of 103.39º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #378818 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB5513624-
CMYK0.6000.820.47
HSL103.39º70%31.37%-
HSV(B)103.39º82.35%53.33%-
XYZ10.5418.493.88-
YUV99.0185.6696.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 136 (53.52% from 255) = 63.26%
BLUE value IS 24 (9.77% from 255) = 11.16%
R=25.58%
G=63.26%
B=11.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55136240.6000.820.47103.397031.37
Hex3788183C0522F67461f
Octal67210307401225714710637
Binary1101111000100011000111100010100101011111100111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378818; }

 p { color: rgb(55,136,24); }

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

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

 a { background-color: rgb(55,136,24); }

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

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

 span { border-color: rgb(55,136,24); }

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