Html Css Color HEX #356124 Green House

📋 copy color: '#356124'

red 53 ◦ green 97 ◦ blue 36

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

Shades of Green House #356124

Tints of Green House #356124

RGB

 RED value IS 53 (21.09% from 255) = 28.49%

 GREEN value IS 97 (38.28% from 255) = 52.15%

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

R = 28.49%
G = 52.15%
B = 19.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#356124 (or 0x356124) is known color: Green House. HEX triplet: 35, 61 and 24. RGB value is (53,97,36). Sum of RGB (Red+Green+Blue) = 53+97+36=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #356124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356124 is #CA9EDB. Grayscale: #4D4D4D. Windows color (decimal): -13278940 or 2384181. OLE color: 2384181.

HSL color Cylindrical-coordinate representation of color #356124: hue angle of 103.28º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356124 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 97 36 -
CMYK 0.45 0 0.63 0.62
HSL 103.28º 0.46% 0.26% -
HSV(B) 103.28º 0.63% 0.38% -
XYZ 6.06 9.43 3.17 -
YUV 76.89 104.92 110.96 -
System Red Green Blue C M Y K H S L
Decimal 53 97 36 0.45 0 0.63 0.62 103.28 0.46 0.26
Hex 35 61 24 2D 0 3F 3E 67 2E 1A
Octal 65 141 44 55 0 77 76 147 56 32
Binary 110101 1100001 100100 101101 0 111111 111110 1100111 101110 11010

Color Harmonies of #356124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356124

Black with #356124

Text Example


Text Example

White with #356124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356124; }

 p { color: rgb(53,97,36); }

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

background-color css

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

 a { background-color: rgb(53,97,36); }

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

border-color css

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

 span { border-color: rgb(53,97,36); }

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