#385F33

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

Shades of Green House #385F33

Tints of Green House #385F33

Color information

#385F33 (or 0x385F33) is unknown color: approx Green House. HEX triplet: 38, 5F and 33. RGB value is (56,95,51). Sum of RGB (Red+Green+Blue) = 56+95+51=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #385F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F33 is #C7A0CC. Grayscale: #4E4E4E. Windows color (decimal): -13082829 or 3366712. OLE color: 3366712.

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

Color convert

RGB569551-
CMYK0.4100.460.63
HSL113.18º30.14%28.63%-
HSV(B)113.18º46.32%37.25%-
XYZ6.329.264.59-
YUV78.32112.58112.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 95 (37.5% from 255) = 47.03%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=27.72%
G=47.03%
B=25.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5695510.4100.460.63113.1830.1428.63
Hex385F332902E3F711e1d
Octal701376351056771613635
Binary1110001011111110011101001010111011111111100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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