#38862F

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

Shades of Bilbao #38862F

Tints of Bilbao #38862F

Color information

#38862F (or 0x38862F) is unknown color: approx Bilbao. HEX triplet: 38, 86 and 2F. RGB value is (56,134,47). Sum of RGB (Red+Green+Blue) = 56+134+47=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #38862F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38862F is #C779D0. Grayscale: #656565. Windows color (decimal): -13072849 or 3114552. OLE color: 3114552.

HSL color Cylindrical-coordinate representation of color #38862F: hue angle of 113.79º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38862F is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB5613447-
CMYK0.5800.650.47
HSL113.79º48.07%35.49%-
HSV(B)113.79º64.93%52.55%-
XYZ10.6718.15.62-
YUV100.7697.6696.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 134 (52.73% from 255) = 56.54%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=23.63%
G=56.54%
B=19.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134470.5800.650.47113.7948.0735.49
Hex38862F3A0412F723023
Octal7020657720101571626043
Binary11100010000110101111111010010000011011111110010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38862F; }

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

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

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

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

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

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

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

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