#388726

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

Shades of Bilbao #388726

Tints of Bilbao #388726

Color information

#388726 (or 0x388726) is unknown color: approx Bilbao. HEX triplet: 38, 87 and 26. RGB value is (56,135,38). Sum of RGB (Red+Green+Blue) = 56+135+38=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #388726 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388726 is #C778D9. Grayscale: #646464. Windows color (decimal): -13072602 or 2524984. OLE color: 2524984.

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

Color convert

RGB5613538-
CMYK0.5900.720.47
HSL108.87º56.07%33.92%-
HSV(B)108.87º71.85%52.94%-
XYZ10.6418.314.81-
YUV100.3292.8396.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 135 (53.12% from 255) = 58.95%
BLUE value IS 38 (15.23% from 255) = 16.59%
R=24.45%
G=58.95%
B=16.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135380.5900.720.47108.8756.0733.92
Hex3887263B0482F6d3822
Octal7020746730110571557042
Binary11100010000111100110111011010010001011111101101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388726; }

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

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

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

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

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

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

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

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