Html Css Color HEX #395F33 Green House

📋 copy color: '#395F33'

red 57 ◦ green 95 ◦ blue 51

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

Shades of Green House #395F33

Tints of Green House #395F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.12%

R = 28.08%
G = 46.8%
B = 25.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#395F33 (or 0x395F33) is known color: Green House. HEX triplet: 39, 5F and 33. RGB value is (57,95,51). Sum of RGB (Red+Green+Blue) = 57+95+51=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #395F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395F33 is #C6A0CC. Grayscale: #4E4E4E. Windows color (decimal): -13017293 or 3366713. OLE color: 3366713.

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

Color convert

RGB 57 95 51 -
CMYK 0.40 0 0.46 0.63
HSL 111.82º 0.3% 0.29% -
HSV(B) 111.82º 0.46% 0.37% -
XYZ 6.38 9.29 4.59 -
YUV 78.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 57 95 51 0.40 0 0.46 0.63 111.82 0.3 0.29
Hex 39 5F 33 28 0 2E 3F 70 1E 1D
Octal 71 137 63 50 0 56 77 160 36 35
Binary 111001 1011111 110011 101000 0 101110 111111 1110000 11110 11101

Color Harmonies of #395F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395F33

Black with #395F33

Text Example


Text Example

White with #395F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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