#387205

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

Shades of Bilbao #387205

Tints of Bilbao #387205

Color information

#387205 (or 0x387205) is unknown color: approx Bilbao. HEX triplet: 38, 72 and 05. RGB value is (56,114,5). Sum of RGB (Red+Green+Blue) = 56+114+5=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #387205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387205 is #C78DFA. Grayscale: #545454. Windows color (decimal): -13078011 or 356920. OLE color: 356920.

HSL color Cylindrical-coordinate representation of color #387205: hue angle of 91.93º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #387205 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB561145-
CMYK0.5100.960.55
HSL91.93º91.6%23.33%-
HSV(B)91.93º95.61%44.71%-
XYZ7.6812.892.23-
YUV84.2383.28107.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 114 (44.92% from 255) = 65.14%
BLUE value IS 5 (2.34% from 255) = 2.86%
R=32%
G=65.14%
B=2.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5611450.5100.960.5591.9391.623.33
Hex3872533060375c5c17
Octal7016256301406713413427
Binary1110001110010101110011011000001101111011100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387205; }

 p { color: rgb(56,114,5); }

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

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

 a { background-color: rgb(56,114,5); }

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

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

 span { border-color: rgb(56,114,5); }

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