Html Css Color HEX #356349 Plantation

📋 copy color: '#356349'

red 53 ◦ green 99 ◦ blue 73

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

Shades of Plantation #356349

Tints of Plantation #356349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44%

 BLUE value IS 73 (28.91% from 255) = 32.44%

R = 23.56%
G = 44%
B = 32.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#356349 (or 0x356349) is known color: Plantation. HEX triplet: 35, 63 and 49. RGB value is (53,99,73). Sum of RGB (Red+Green+Blue) = 53+99+73=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #356349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356349 is #CA9CB6. Grayscale: #525252. Windows color (decimal): -13278391 or 4809525. OLE color: 4809525.

HSL color Cylindrical-coordinate representation of color #356349: hue angle of 146.09º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356349 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 99 73 -
CMYK 0.46 0 0.26 0.61
HSL 146.09º 0.3% 0.3% -
HSV(B) 146.09º 0.46% 0.39% -
XYZ 7.13 10.16 7.89 -
YUV 82.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 53 99 73 0.46 0 0.26 0.61 146.09 0.3 0.3
Hex 35 63 49 2E 0 1A 3D 92 1E 1E
Octal 65 143 111 56 0 32 75 222 36 36
Binary 110101 1100011 1001001 101110 0 11010 111101 10010010 11110 11110

Color Harmonies of #356349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356349

Black with #356349

Text Example


Text Example

White with #356349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356349; }

 p { color: rgb(53,99,73); }

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

background-color css

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

 a { background-color: rgb(53,99,73); }

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

border-color css

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

 span { border-color: rgb(53,99,73); }

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