#387805

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

Shades of Bilbao #387805

Tints of Bilbao #387805

Color information

#387805 (or 0x387805) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 05. RGB value is (56,120,5). Sum of RGB (Red+Green+Blue) = 56+120+5=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 120 (47.27% from 255 or 66.30% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 120 - color contains mainly: green. Hex color #387805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387805 is #C787FA. Grayscale: #585858. Windows color (decimal): -13076475 or 358456. OLE color: 358456.

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

Color convert

RGB561205-
CMYK0.5300.960.53
HSL93.39º92%24.51%-
HSV(B)93.39º95.83%47.06%-
XYZ8.3714.282.46-
YUV87.7581.3105.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 120 (47.27% from 255) = 66.30%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=30.94%
G=66.30%
B=2.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5612050.5300.960.5393.399224.51
Hex3878535060355d5c19
Octal7017056501406513513431
Binary1110001111000101110101011000001101011011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387805; }

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

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

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

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

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

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

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

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