#388605

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

Shades of Bilbao #388605

Tints of Bilbao #388605

Color information

#388605 (or 0x388605) is unknown color: approx Bilbao. HEX triplet: 38, 86 and 05. RGB value is (56,134,5). Sum of RGB (Red+Green+Blue) = 56+134+5=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 134 (52.73% from 255 or 68.72% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 134 - color contains mainly: green. Hex color #388605 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388605 is #C779FA. Grayscale: #606060. Windows color (decimal): -13072891 or 362040. OLE color: 362040.

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

Color convert

RGB561345-
CMYK0.5800.960.47
HSL96.28º92.81%27.25%-
HSV(B)96.28º96.27%52.55%-
XYZ10.1817.93.06-
YUV95.9776.6699.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 134 (52.73% from 255) = 68.72%
BLUE value IS 5 (2.34% from 255) = 2.56%
R=28.72%
G=68.72%
B=2.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5613450.5800.960.4796.2892.8127.25
Hex388653A0602F605d1b
Octal7020657201405714013533
Binary11100010000110101111010011000001011111100000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388605; }

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

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

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

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

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

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

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

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