#385B2C

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

Shades of Green House #385B2C

Tints of Green House #385B2C

Color information

#385B2C (or 0x385B2C) is unknown color: approx Green House. HEX triplet: 38, 5B and 2C. RGB value is (56,91,44). Sum of RGB (Red+Green+Blue) = 56+91+44=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #385B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B2C is #C7A4D3. Grayscale: #4B4B4B. Windows color (decimal): -13083860 or 2906936. OLE color: 2906936.

HSL color Cylindrical-coordinate representation of color #385B2C: hue angle of 104.68º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385B2C is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB569144-
CMYK0.3800.520.64
HSL104.68º34.81%26.47%-
HSV(B)104.68º51.65%35.69%-
XYZ5.838.53.72-
YUV75.18110.4114.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 91 (35.94% from 255) = 47.64%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=29.32%
G=47.64%
B=23.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691440.3800.520.64104.6834.8126.47
Hex385B2C260344069231a
Octal7013354460641001514332
Binary111000101101110110010011001101001000000110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,91,44); }

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

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

 a { background-color: rgb(56,91,44); }

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

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

 span { border-color: rgb(56,91,44); }

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