#388707

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

Shades of Bilbao #388707

Tints of Bilbao #388707

Color information

#388707 (or 0x388707) is unknown color: approx Bilbao. HEX triplet: 38, 87 and 07. RGB value is (56,135,7). Sum of RGB (Red+Green+Blue) = 56+135+7=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 135 (53.12% from 255 or 68.18% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 135 - color contains mainly: green. Hex color #388707 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388707 is #C778F8. Grayscale: #616161. Windows color (decimal): -13072633 or 493368. OLE color: 493368.

HSL color Cylindrical-coordinate representation of color #388707: hue angle of 97.03º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #388707 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB561357-
CMYK0.5900.950.47
HSL97.03º90.14%27.84%-
HSV(B)97.03º94.81%52.94%-
XYZ10.3318.183.17-
YUV96.7977.3398.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 135 (53.12% from 255) = 68.18%
BLUE value IS 7 (3.12% from 255) = 3.54%
R=28.28%
G=68.18%
B=3.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5613570.5900.950.4797.0390.1427.84
Hex388773B05F2F615a1c
Octal7020777301375714113234
Binary11100010000111111111011010111111011111100001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388707; }

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

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

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

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

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

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

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

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