Html Css Color HEX #395D28 Green House

📋 copy color: '#395D28'

red 57 ◦ green 93 ◦ blue 40

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

Shades of Green House #395D28

Tints of Green House #395D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.05%

R = 30%
G = 48.95%
B = 21.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#395D28 (or 0x395D28) is known color: Green House. HEX triplet: 39, 5D and 28. RGB value is (57,93,40). Sum of RGB (Red+Green+Blue) = 57+93+40=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #395D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D28 is #C6A2D7. Grayscale: #4C4C4C. Windows color (decimal): -13017816 or 2645305. OLE color: 2645305.

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

Color convert

RGB 57 93 40 -
CMYK 0.39 0 0.57 0.64
HSL 100.75º 0.4% 0.26% -
HSV(B) 100.75º 0.57% 0.36% -
XYZ 5.98 8.85 3.4 -
YUV 76.19 107.57 114.31 -
System Red Green Blue C M Y K H S L
Decimal 57 93 40 0.39 0 0.57 0.64 100.75 0.4 0.26
Hex 39 5D 28 27 0 39 40 65 28 1A
Octal 71 135 50 47 0 71 100 145 50 32
Binary 111001 1011101 101000 100111 0 111001 1000000 1100101 101000 11010

Color Harmonies of #395D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D28

Black with #395D28

Text Example


Text Example

White with #395D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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