#387207

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

Shades of Bilbao #387207

Tints of Bilbao #387207

Color information

#387207 (or 0x387207) is unknown color: approx Bilbao. HEX triplet: 38, 72 and 07. RGB value is (56,114,7). Sum of RGB (Red+Green+Blue) = 56+114+7=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #387207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387207 is #C78DF8. Grayscale: #545454. Windows color (decimal): -13078009 or 487992. OLE color: 487992.

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

Color convert

RGB561147-
CMYK0.5100.940.55
HSL92.52º88.43%23.73%-
HSV(B)92.52º93.86%44.71%-
XYZ7.6912.892.28-
YUV84.4684.28107.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 114 (44.92% from 255) = 64.41%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=31.64%
G=64.41%
B=3.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5611470.5100.940.5592.5288.4323.73
Hex387273305E375d5818
Octal7016276301366713513030
Binary1110001110010111110011010111101101111011101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387207; }

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

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

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

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

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

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

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

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