#385A2A

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

Shades of Green House #385A2A

Tints of Green House #385A2A

Color information

#385A2A (or 0x385A2A) is unknown color: approx Green House. HEX triplet: 38, 5A and 2A. RGB value is (56,90,42). Sum of RGB (Red+Green+Blue) = 56+90+42=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #385A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A2A is #C7A5D5. Grayscale: #4A4A4A. Windows color (decimal): -13084118 or 2775608. OLE color: 2775608.

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

Color convert

RGB569042-
CMYK0.3800.530.65
HSL102.5º36.36%25.88%-
HSV(B)102.5º53.33%35.29%-
XYZ5.78.323.5-
YUV74.36109.74114.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 90 (35.55% from 255) = 47.87%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=29.79%
G=47.87%
B=22.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5690420.3800.530.65102.536.3625.88
Hex385A2A260354166241a
Octal7013252460651011464432
Binary111000101101010101010011001101011000001110011010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,90,42); }

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

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

 a { background-color: rgb(56,90,42); }

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

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

 span { border-color: rgb(56,90,42); }

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