Html Css Color HEX #396A35 Green House

📋 copy color: '#396A35'

red 57 ◦ green 106 ◦ blue 53

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

Shades of Green House #396A35

Tints of Green House #396A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 49.07%

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

R = 26.39%
G = 49.07%
B = 24.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#396A35 (or 0x396A35) is known color: Green House. HEX triplet: 39, 6A and 35. RGB value is (57,106,53). Sum of RGB (Red+Green+Blue) = 57+106+53=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #396A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A35 is #C695CA. Grayscale: #555555. Windows color (decimal): -13014475 or 3500601. OLE color: 3500601.

HSL color Cylindrical-coordinate representation of color #396A35: hue angle of 115.47º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396A35 is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 106 53 -
CMYK 0.46 0 0.5 0.58
HSL 115.47º 0.33% 0.31% -
HSV(B) 115.47º 0.5% 0.42% -
XYZ 7.48 11.43 5.18 -
YUV 85.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 57 106 53 0.46 0 0.5 0.58 115.47 0.33 0.31
Hex 39 6A 35 2E 0 32 3A 73 21 1F
Octal 71 152 65 56 0 62 72 163 41 37
Binary 111001 1101010 110101 101110 0 110010 111010 1110011 100001 11111

Color Harmonies of #396A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396A35

Black with #396A35

Text Example


Text Example

White with #396A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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