#385F2E

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

Shades of Green House #385F2E

Tints of Green House #385F2E

Color information

#385F2E (or 0x385F2E) is unknown color: approx Green House. HEX triplet: 38, 5F and 2E. RGB value is (56,95,46). Sum of RGB (Red+Green+Blue) = 56+95+46=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #385F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F2E is #C7A0D1. Grayscale: #4D4D4D. Windows color (decimal): -13082834 or 3039032. OLE color: 3039032.

HSL color Cylindrical-coordinate representation of color #385F2E: hue angle of 107.76º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385F2E is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB569546-
CMYK0.4100.520.63
HSL107.76º34.75%27.65%-
HSV(B)107.76º51.58%37.25%-
XYZ6.229.224.04-
YUV77.75110.08112.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=28.43%
G=48.22%
B=23.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5695460.4100.520.63107.7634.7527.65
Hex385F2E290343F6c231c
Octal701375651064771544334
Binary11100010111111011101010010110100111111110110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385F2E; }

 p { color: rgb(56,95,46); }

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

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

 a { background-color: rgb(56,95,46); }

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

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

 span { border-color: rgb(56,95,46); }

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