Html Css Color HEX #395F32 Green House

📋 copy color: '#395F32'

red 57 ◦ green 95 ◦ blue 50

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

Shades of Green House #395F32

Tints of Green House #395F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.03%

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

R = 28.22%
G = 47.03%
B = 24.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#395F32 (or 0x395F32) is known color: Green House. HEX triplet: 39, 5F and 32. RGB value is (57,95,50). Sum of RGB (Red+Green+Blue) = 57+95+50=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #395F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395F32 is #C6A0CD. Grayscale: #4E4E4E. Windows color (decimal): -13017294 or 3301177. OLE color: 3301177.

HSL color Cylindrical-coordinate representation of color #395F32: hue angle of 110.67º 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 #395F32 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 95 50 -
CMYK 0.40 0 0.47 0.63
HSL 110.67º 0.31% 0.28% -
HSV(B) 110.67º 0.47% 0.37% -
XYZ 6.36 9.28 4.47 -
YUV 78.51 111.91 112.66 -
System Red Green Blue C M Y K H S L
Decimal 57 95 50 0.40 0 0.47 0.63 110.67 0.31 0.28
Hex 39 5F 32 28 0 2F 3F 6F 1F 1C
Octal 71 137 62 50 0 57 77 157 37 34
Binary 111001 1011111 110010 101000 0 101111 111111 1101111 11111 11100

Color Harmonies of #395F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395F32

Black with #395F32

Text Example


Text Example

White with #395F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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