Html Css Color HEX #356249 Plantation

📋 copy color: '#356249'

red 53 ◦ green 98 ◦ blue 73

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

Shades of Plantation #356249

Tints of Plantation #356249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.75%

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

R = 23.66%
G = 43.75%
B = 32.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#356249 (or 0x356249) is known color: Plantation. HEX triplet: 35, 62 and 49. RGB value is (53,98,73). Sum of RGB (Red+Green+Blue) = 53+98+73=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #356249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356249 is #CA9DB6. Grayscale: #515151. Windows color (decimal): -13278647 or 4809269. OLE color: 4809269.

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

Color convert

RGB 53 98 73 -
CMYK 0.46 0 0.26 0.62
HSL 146.67º 0.3% 0.3% -
HSV(B) 146.67º 0.46% 0.38% -
XYZ 7.04 9.97 7.86 -
YUV 81.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 53 98 73 0.46 0 0.26 0.62 146.67 0.3 0.3
Hex 35 62 49 2E 0 1A 3E 93 1E 1E
Octal 65 142 111 56 0 32 76 223 36 36
Binary 110101 1100010 1001001 101110 0 11010 111110 10010011 11110 11110

Color Harmonies of #356249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356249

Black with #356249

Text Example


Text Example

White with #356249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356249; }

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

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

background-color css

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

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

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

border-color css

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

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

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