Html Css Color HEX #395631 Green House

📋 copy color: '#395631'

red 57 ◦ green 86 ◦ blue 49

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

Shades of Green House #395631

Tints of Green House #395631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.79%

 BLUE value IS 49 (19.53% from 255) = 25.52%

R = 29.69%
G = 44.79%
B = 25.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#395631 (or 0x395631) is known color: Green House. HEX triplet: 39, 56 and 31. RGB value is (57,86,49). Sum of RGB (Red+Green+Blue) = 57+86+49=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #395631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395631 is #C6A9CE. Grayscale: #494949. Windows color (decimal): -13019599 or 3233337. OLE color: 3233337.

HSL color Cylindrical-coordinate representation of color #395631: hue angle of 107.03º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #395631 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 86 49 -
CMYK 0.34 0 0.43 0.66
HSL 107.03º 0.27% 0.26% -
HSV(B) 107.03º 0.43% 0.34% -
XYZ 5.57 7.75 4.11 -
YUV 73.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 57 86 49 0.34 0 0.43 0.66 107.03 0.27 0.26
Hex 39 56 31 22 0 2B 42 6B 1B 1A
Octal 71 126 61 42 0 53 102 153 33 32
Binary 111001 1010110 110001 100010 0 101011 1000010 1101011 11011 11010

Color Harmonies of #395631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395631

Black with #395631

Text Example


Text Example

White with #395631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395631; }

 p { color: rgb(57,86,49); }

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

background-color css

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

 a { background-color: rgb(57,86,49); }

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

border-color css

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

 span { border-color: rgb(57,86,49); }

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