Html Css Color HEX #396C35 Green House

📋 copy color: '#396C35'

red 57 ◦ green 108 ◦ blue 53

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

Shades of Green House #396C35

Tints of Green House #396C35

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.54%

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 26.15%
G = 49.54%
B = 24.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#396C35 (or 0x396C35) is known color: Green House. HEX triplet: 39, 6C and 35. RGB value is (57,108,53). Sum of RGB (Red+Green+Blue) = 57+108+53=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 108 - color contains mainly: green. Hex color #396C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C35 is #C693CA. Grayscale: #565656. Windows color (decimal): -13013963 or 3501113. OLE color: 3501113.

HSL color Cylindrical-coordinate representation of color #396C35: hue angle of 115.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396C35 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 108 53 -
CMYK 0.47 0 0.51 0.58
HSL 115.64º 0.34% 0.32% -
HSV(B) 115.64º 0.51% 0.42% -
XYZ 7.69 11.85 5.25 -
YUV 86.48 109.1 106.97 -
System Red Green Blue C M Y K H S L
Decimal 57 108 53 0.47 0 0.51 0.58 115.64 0.34 0.32
Hex 39 6C 35 2F 0 33 3A 74 22 20
Octal 71 154 65 57 0 63 72 164 42 40
Binary 111001 1101100 110101 101111 0 110011 111010 1110100 100010 100000

Color Harmonies of #396C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C35

Black with #396C35

Text Example


Text Example

White with #396C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396C35; }

 p { color: rgb(57,108,53); }

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

background-color css

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

 a { background-color: rgb(57,108,53); }

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

border-color css

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

 span { border-color: rgb(57,108,53); }

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