Html Css Color HEX #395B2C Green House

📋 copy color: '#395B2C'

red 57 ◦ green 91 ◦ blue 44

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

Shades of Green House #395B2C

Tints of Green House #395B2C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 47.4%

 BLUE value IS 44 (17.58% from 255) = 22.92%

R = 29.69%
G = 47.4%
B = 22.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#395B2C (or 0x395B2C) is known color: Green House. HEX triplet: 39, 5B and 2C. RGB value is (57,91,44). Sum of RGB (Red+Green+Blue) = 57+91+44=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #395B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395B2C is #C6A4D3. Grayscale: #4B4B4B. Windows color (decimal): -13018324 or 2906937. OLE color: 2906937.

HSL color Cylindrical-coordinate representation of color #395B2C: hue angle of 103.4º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395B2C is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 91 44 -
CMYK 0.37 0 0.52 0.64
HSL 103.4º 0.35% 0.26% -
HSV(B) 103.4º 0.52% 0.36% -
XYZ 5.88 8.53 3.72 -
YUV 75.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 57 91 44 0.37 0 0.52 0.64 103.4 0.35 0.26
Hex 39 5B 2C 25 0 34 40 67 23 1A
Octal 71 133 54 45 0 64 100 147 43 32
Binary 111001 1011011 101100 100101 0 110100 1000000 1100111 100011 11010

Color Harmonies of #395B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B2C

Black with #395B2C

Text Example


Text Example

White with #395B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,91,44); }

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

background-color css

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

 a { background-color: rgb(57,91,44); }

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

border-color css

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

 span { border-color: rgb(57,91,44); }

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