#387607

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

Shades of Bilbao #387607

Tints of Bilbao #387607

Color information

#387607 (or 0x387607) is unknown color: approx Bilbao. HEX triplet: 38, 76 and 07. RGB value is (56,118,7). Sum of RGB (Red+Green+Blue) = 56+118+7=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 118 (46.48% from 255 or 65.19% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 118 - color contains mainly: green. Hex color #387607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387607 is #C789F8. Grayscale: #575757. Windows color (decimal): -13076985 or 489016. OLE color: 489016.

HSL color Cylindrical-coordinate representation of color #387607: hue angle of 93.51º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #387607 is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB561187-
CMYK0.5300.940.54
HSL93.51º88.8%24.51%-
HSV(B)93.51º94.07%46.27%-
XYZ8.1513.812.44-
YUV86.8182.96106.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 118 (46.48% from 255) = 65.19%
BLUE value IS 7 (3.12% from 255) = 3.87%
R=30.94%
G=65.19%
B=3.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5611870.5300.940.5493.5188.824.51
Hex387673505E365e5919
Octal7016676501366613613131
Binary1110001110110111110101010111101101101011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387607; }

 p { color: rgb(56,118,7); }

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

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

 a { background-color: rgb(56,118,7); }

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

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

 span { border-color: rgb(56,118,7); }

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