#388904

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

Shades of Bilbao #388904

Tints of Bilbao #388904

Color information

#388904 (or 0x388904) is unknown color: approx Bilbao. HEX triplet: 38, 89 and 04. RGB value is (56,137,4). Sum of RGB (Red+Green+Blue) = 56+137+4=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #388904 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388904 is #C776FB. Grayscale: #626262. Windows color (decimal): -13072124 or 297272. OLE color: 297272.

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

Color convert

RGB561374-
CMYK0.5900.970.46
HSL96.54º94.33%27.65%-
HSV(B)96.54º97.08%53.73%-
XYZ10.618.743.17-
YUV97.6275.1698.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 137 (53.91% from 255) = 69.54%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=28.43%
G=69.54%
B=2.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5613740.5900.970.4696.5494.3327.65
Hex388943B0612E615e1c
Octal7021147301415614113634
Binary11100010001001100111011011000011011101100001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388904; }

 p { color: rgb(56,137,4); }

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

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

 a { background-color: rgb(56,137,4); }

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

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

 span { border-color: rgb(56,137,4); }

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