#387A2F

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

Shades of Bilbao #387A2F

Tints of Bilbao #387A2F

Color information

#387A2F (or 0x387A2F) is unknown color: approx Bilbao. HEX triplet: 38, 7A and 2F. RGB value is (56,122,47). Sum of RGB (Red+Green+Blue) = 56+122+47=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #387A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387A2F is #C785D0. Grayscale: #5D5D5D. Windows color (decimal): -13075921 or 3111480. OLE color: 3111480.

HSL color Cylindrical-coordinate representation of color #387A2F: hue angle of 112.8º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387A2F is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB5612247-
CMYK0.5400.610.52
HSL112.8º44.38%33.14%-
HSV(B)112.8º61.48%47.84%-
XYZ9.114.975.1-
YUV93.72101.63101.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 122 (48.05% from 255) = 54.22%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=24.89%
G=54.22%
B=20.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56122470.5400.610.52112.844.3833.14
Hex387A2F3603D34712c21
Octal701725766075641615441
Binary111000111101010111111011001111011101001110001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387A2F; }

 p { color: rgb(56,122,47); }

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

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

 a { background-color: rgb(56,122,47); }

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

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

 span { border-color: rgb(56,122,47); }

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