Html Css Color HEX #395E27 Green House

📋 copy color: '#395E27'

red 57 ◦ green 94 ◦ blue 39

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

Shades of Green House #395E27

Tints of Green House #395E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.53%

R = 30%
G = 49.47%
B = 20.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.63

RGB Variations

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

Color information

#395E27 (or 0x395E27) is known color: Green House. HEX triplet: 39, 5E and 27. RGB value is (57,94,39). Sum of RGB (Red+Green+Blue) = 57+94+39=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 94 (37.11% from 255 or 49.47% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 94 - color contains mainly: green. Hex color #395E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395E27 is #C6A1D8. Grayscale: #4C4C4C. Windows color (decimal): -13017561 or 2580025. OLE color: 2580025.

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

Color convert

RGB 57 94 39 -
CMYK 0.39 0 0.59 0.63
HSL 100.36º 0.41% 0.26% -
HSV(B) 100.36º 0.59% 0.37% -
XYZ 6.06 9.02 3.34 -
YUV 76.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 57 94 39 0.39 0 0.59 0.63 100.36 0.41 0.26
Hex 39 5E 27 27 0 3B 3F 64 29 1A
Octal 71 136 47 47 0 73 77 144 51 32
Binary 111001 1011110 100111 100111 0 111011 111111 1100100 101001 11010

Color Harmonies of #395E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E27

Black with #395E27

Text Example


Text Example

White with #395E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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