Html Css Color HEX #395D24 Green House

📋 copy color: '#395D24'

red 57 ◦ green 93 ◦ blue 36

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

Shades of Green House #395D24

Tints of Green House #395D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50%

 BLUE value IS 36 (14.45% from 255) = 19.35%

R = 30.65%
G = 50%
B = 19.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.64

RGB Variations

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

Color information

#395D24 (or 0x395D24) is known color: Green House. HEX triplet: 39, 5D and 24. RGB value is (57,93,36). Sum of RGB (Red+Green+Blue) = 57+93+36=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #395D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D24 is #C6A2DB. Grayscale: #4B4B4B. Windows color (decimal): -13017820 or 2383161. OLE color: 2383161.

HSL color Cylindrical-coordinate representation of color #395D24: hue angle of 97.89º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395D24 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 36 -
CMYK 0.39 0 0.61 0.64
HSL 97.89º 0.44% 0.25% -
HSV(B) 97.89º 0.61% 0.36% -
XYZ 5.92 8.83 3.06 -
YUV 75.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 57 93 36 0.39 0 0.61 0.64 97.89 0.44 0.25
Hex 39 5D 24 27 0 3D 40 62 2C 19
Octal 71 135 44 47 0 75 100 142 54 31
Binary 111001 1011101 100100 100111 0 111101 1000000 1100010 101100 11001

Color Harmonies of #395D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D24

Black with #395D24

Text Example


Text Example

White with #395D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,93,36); }

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

background-color css

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

 a { background-color: rgb(57,93,36); }

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

border-color css

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

 span { border-color: rgb(57,93,36); }

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