#385C35

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

Shades of Green House #385C35

Tints of Green House #385C35

Color information

#385C35 (or 0x385C35) is unknown color: approx Green House. HEX triplet: 38, 5C and 35. RGB value is (56,92,53). Sum of RGB (Red+Green+Blue) = 56+92+53=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #385C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C35 is #C7A3CA. Grayscale: #4C4C4C. Windows color (decimal): -13083595 or 3497016. OLE color: 3497016.

HSL color Cylindrical-coordinate representation of color #385C35: hue angle of 115.38º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385C35 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB569253-
CMYK0.3900.420.64
HSL115.38º26.9%28.43%-
HSV(B)115.38º42.39%36.08%-
XYZ6.18.754.74-
YUV76.79114.57113.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 92 (36.33% from 255) = 45.77%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=27.86%
G=45.77%
B=26.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5692530.3900.420.64115.3826.928.43
Hex385C352702A40731b1c
Octal7013465470521001633334
Binary11100010111001101011001110101010100000011100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,92,53); }

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

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

 a { background-color: rgb(56,92,53); }

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

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

 span { border-color: rgb(56,92,53); }

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