Html Css Color HEX #395E32 Green House

📋 copy color: '#395E32'

red 57 ◦ green 94 ◦ blue 50

#395E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #395E32

Tints of Green House #395E32

RGB

 RED value IS 57 (22.66% from 255) = 28.36%

 GREEN value IS 94 (37.11% from 255) = 46.77%

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 28.36%
G = 46.77%
B = 24.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#395E32 (or 0x395E32) is known color: Green House. HEX triplet: 39, 5E and 32. RGB value is (57,94,50). Sum of RGB (Red+Green+Blue) = 57+94+50=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 94 (37.11% from 255 or 46.77% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 94 - color contains mainly: green. Hex color #395E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395E32 is #C6A1CD. Grayscale: #4E4E4E. Windows color (decimal): -13017550 or 3300921. OLE color: 3300921.

HSL color Cylindrical-coordinate representation of color #395E32: hue angle of 110.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #395E32 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 94 50 -
CMYK 0.39 0 0.47 0.63
HSL 110.45º 0.31% 0.28% -
HSV(B) 110.45º 0.47% 0.37% -
XYZ 6.27 9.11 4.44 -
YUV 77.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 57 94 50 0.39 0 0.47 0.63 110.45 0.31 0.28
Hex 39 5E 32 27 0 2F 3F 6E 1F 1C
Octal 71 136 62 47 0 57 77 156 37 34
Binary 111001 1011110 110010 100111 0 101111 111111 1101110 11111 11100

Color Harmonies of #395E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E32

Black with #395E32

Text Example


Text Example

White with #395E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395E32; }

 p { color: rgb(57,94,50); }

 H1.HeaderClassName
 {
   color: #395E32;
 }
 .AnyTagClassName
 {
   color: #395E32;
 }
</style>

background-color css

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

 a { background-color: rgb(57,94,50); }

 div.DivClassName
 {
   background-color: #395E32;
 }
 .BgClassName
 {
   background-color: #395E32;
 }
</style>

border-color css

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

 span { border-color: rgb(57,94,50); }

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