#387802

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

Shades of Bilbao #387802

Tints of Bilbao #387802

Color information

#387802 (or 0x387802) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 02. RGB value is (56,120,2). Sum of RGB (Red+Green+Blue) = 56+120+2=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 120 (47.27% from 255 or 67.42% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 120 - color contains mainly: green. Hex color #387802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387802 is #C787FD. Grayscale: #575757. Windows color (decimal): -13076478 or 161848. OLE color: 161848.

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

Color convert

RGB561202-
CMYK0.5300.980.53
HSL92.54º96.72%23.92%-
HSV(B)92.54º98.33%47.06%-
XYZ8.3614.282.37-
YUV87.4179.8105.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 120 (47.27% from 255) = 67.42%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=31.46%
G=67.42%
B=1.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5612020.5300.980.5392.5496.7223.92
Hex3878235062355d6118
Octal7017026501426513514130
Binary111000111100010110101011000101101011011101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387802; }

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

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

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

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

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

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

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

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