Html Css Color HEX #356348 Plantation

📋 copy color: '#356348'

red 53 ◦ green 99 ◦ blue 72

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

Shades of Plantation #356348

Tints of Plantation #356348

RGB

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

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

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

R = 23.66%
G = 44.2%
B = 32.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#356348 (or 0x356348) is known color: Plantation. HEX triplet: 35, 63 and 48. RGB value is (53,99,72). Sum of RGB (Red+Green+Blue) = 53+99+72=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #356348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356348 is #CA9CB7. Grayscale: #525252. Windows color (decimal): -13278392 or 4743989. OLE color: 4743989.

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

Color convert

RGB 53 99 72 -
CMYK 0.46 0 0.27 0.61
HSL 144.78º 0.3% 0.3% -
HSV(B) 144.78º 0.46% 0.39% -
XYZ 7.1 10.15 7.72 -
YUV 82.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 53 99 72 0.46 0 0.27 0.61 144.78 0.3 0.3
Hex 35 63 48 2E 0 1B 3D 91 1E 1E
Octal 65 143 110 56 0 33 75 221 36 36
Binary 110101 1100011 1001000 101110 0 11011 111101 10010001 11110 11110

Color Harmonies of #356348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356348

Black with #356348

Text Example


Text Example

White with #356348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356348; }

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

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

background-color css

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

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

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

border-color css

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

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

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