Html Css Color HEX #356248 Plantation

📋 copy color: '#356248'

red 53 ◦ green 98 ◦ blue 72

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

Shades of Plantation #356248

Tints of Plantation #356248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.29%

R = 23.77%
G = 43.95%
B = 32.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#356248 (or 0x356248) is known color: Plantation. HEX triplet: 35, 62 and 48. RGB value is (53,98,72). Sum of RGB (Red+Green+Blue) = 53+98+72=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #356248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356248 is #CA9DB7. Grayscale: #515151. Windows color (decimal): -13278648 or 4743733. OLE color: 4743733.

HSL color Cylindrical-coordinate representation of color #356248: hue angle of 145.33º 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 #356248 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 98 72 -
CMYK 0.46 0 0.27 0.62
HSL 145.33º 0.3% 0.3% -
HSV(B) 145.33º 0.46% 0.38% -
XYZ 7.01 9.96 7.68 -
YUV 81.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 53 98 72 0.46 0 0.27 0.62 145.33 0.3 0.3
Hex 35 62 48 2E 0 1B 3E 91 1E 1E
Octal 65 142 110 56 0 33 76 221 36 36
Binary 110101 1100010 1001000 101110 0 11011 111110 10010001 11110 11110

Color Harmonies of #356248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356248

Black with #356248

Text Example


Text Example

White with #356248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356248; }

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

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

background-color css

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

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

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

border-color css

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

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

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