#38572F

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

Shades of Green House #38572F

Tints of Green House #38572F

Color information

#38572F (or 0x38572F) is unknown color: approx Green House. HEX triplet: 38, 57 and 2F. RGB value is (56,87,47). Sum of RGB (Red+Green+Blue) = 56+87+47=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #38572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38572F is #C7A8D0. Grayscale: #494949. Windows color (decimal): -13084881 or 3102520. OLE color: 3102520.

HSL color Cylindrical-coordinate representation of color #38572F: hue angle of 106.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38572F is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB568747-
CMYK0.3600.460.66
HSL106.5º29.85%26.27%-
HSV(B)106.5º45.98%34.12%-
XYZ5.557.863.91-
YUV73.17113.23115.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 87 (34.38% from 255) = 45.79%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=29.47%
G=45.79%
B=24.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687470.3600.460.66106.529.8526.27
Hex38572F2402E426a1e1a
Octal7012757440561021523632
Binary11100010101111011111001000101110100001011010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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