#388425

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

Shades of Bilbao #388425

Tints of Bilbao #388425

Color information

#388425 (or 0x388425) is unknown color: approx Bilbao. HEX triplet: 38, 84 and 25. RGB value is (56,132,37). Sum of RGB (Red+Green+Blue) = 56+132+37=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #388425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388425 is #C77BDA. Grayscale: #626262. Windows color (decimal): -13073371 or 2458680. OLE color: 2458680.

HSL color Cylindrical-coordinate representation of color #388425: hue angle of 108º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #388425 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB5613237-
CMYK0.5800.720.48
HSL108º56.21%33.14%-
HSV(B)108º71.97%51.76%-
XYZ10.2217.484.59-
YUV98.4593.3297.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=24.89%
G=58.67%
B=16.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132370.5800.720.4810856.2133.14
Hex3884253A048306c3821
Octal7020445720110601547041
Binary11100010000100100101111010010010001100001101100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388425; }

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

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

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

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

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

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

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

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