Html Css Color HEX #356048 Plantation

📋 copy color: '#356048'

red 53 ◦ green 96 ◦ blue 72

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

Shades of Plantation #356048

Tints of Plantation #356048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.44%

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

R = 23.98%
G = 43.44%
B = 32.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#356048 (or 0x356048) is known color: Plantation. HEX triplet: 35, 60 and 48. RGB value is (53,96,72). Sum of RGB (Red+Green+Blue) = 53+96+72=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #356048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356048 is #CA9FB7. Grayscale: #505050. Windows color (decimal): -13279160 or 4743221. OLE color: 4743221.

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

Color convert

RGB 53 96 72 -
CMYK 0.45 0 0.25 0.62
HSL 146.51º 0.29% 0.29% -
HSV(B) 146.51º 0.45% 0.38% -
XYZ 6.82 9.59 7.62 -
YUV 80.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 53 96 72 0.45 0 0.25 0.62 146.51 0.29 0.29
Hex 35 60 48 2D 0 19 3E 93 1D 1D
Octal 65 140 110 55 0 31 76 223 35 35
Binary 110101 1100000 1001000 101101 0 11001 111110 10010011 11101 11101

Color Harmonies of #356048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356048

Black with #356048

Text Example


Text Example

White with #356048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356048; }

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

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

background-color css

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

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

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

border-color css

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

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

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