#385831

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

Shades of Green House #385831

Tints of Green House #385831

Color information

#385831 (or 0x385831) is unknown color: approx Green House. HEX triplet: 38, 58 and 31. RGB value is (56,88,49). Sum of RGB (Red+Green+Blue) = 56+88+49=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #385831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385831 is #C7A7CE. Grayscale: #4A4A4A. Windows color (decimal): -13084623 or 3233848. OLE color: 3233848.

HSL color Cylindrical-coordinate representation of color #385831: hue angle of 109.23º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #385831 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB568849-
CMYK0.3600.440.65
HSL109.23º28.47%26.86%-
HSV(B)109.23º44.32%34.51%-
XYZ5.678.044.16-
YUV73.99113.9115.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 88 (34.77% from 255) = 45.60%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=29.02%
G=45.60%
B=25.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688490.3600.440.65109.2328.4726.86
Hex3858312402C416d1c1b
Octal7013061440541011553433
Binary11100010110001100011001000101100100000111011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385831; }

 p { color: rgb(56,88,49); }

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

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

 a { background-color: rgb(56,88,49); }

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

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

 span { border-color: rgb(56,88,49); }

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