#388427

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

Shades of Bilbao #388427

Tints of Bilbao #388427

Color information

#388427 (or 0x388427) is unknown color: approx Bilbao. HEX triplet: 38, 84 and 27. RGB value is (56,132,39). Sum of RGB (Red+Green+Blue) = 56+132+39=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #388427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388427 is #C77BD8. Grayscale: #626262. Windows color (decimal): -13073369 or 2589752. OLE color: 2589752.

HSL color Cylindrical-coordinate representation of color #388427: hue angle of 109.03º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388427 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB5613239-
CMYK0.5800.700.48
HSL109.03º54.39%33.53%-
HSV(B)109.03º70.45%51.76%-
XYZ10.2517.494.76-
YUV98.6794.3297.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 132 (51.95% from 255) = 58.15%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=24.67%
G=58.15%
B=17.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132390.5800.700.48109.0354.3933.53
Hex3884273A046306d3622
Octal7020447720106601556642
Binary11100010000100100111111010010001101100001101101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388427; }

 p { color: rgb(56,132,39); }

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

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

 a { background-color: rgb(56,132,39); }

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

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

 span { border-color: rgb(56,132,39); }

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