#387B2F

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

Shades of Bilbao #387B2F

Tints of Bilbao #387B2F

Color information

#387B2F (or 0x387B2F) is unknown color: approx Bilbao. HEX triplet: 38, 7B and 2F. RGB value is (56,123,47). Sum of RGB (Red+Green+Blue) = 56+123+47=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #387B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B2F is #C784D0. Grayscale: #5E5E5E. Windows color (decimal): -13075665 or 3111736. OLE color: 3111736.

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

Color convert

RGB5612347-
CMYK0.5400.620.52
HSL112.89º44.71%33.33%-
HSV(B)112.89º61.79%48.24%-
XYZ9.2315.215.14-
YUV94.3101.3100.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 123 (48.44% from 255) = 54.42%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=24.78%
G=54.42%
B=20.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56123470.5400.620.52112.8944.7133.33
Hex387B2F3603E34712d21
Octal701735766076641615541
Binary111000111101110111111011001111101101001110001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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