Html Css Color HEX #356148 Plantation

📋 copy color: '#356148'

red 53 ◦ green 97 ◦ blue 72

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

Shades of Plantation #356148

Tints of Plantation #356148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.69%

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

R = 23.87%
G = 43.69%
B = 32.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#356148 (or 0x356148) is known color: Plantation. HEX triplet: 35, 61 and 48. RGB value is (53,97,72). Sum of RGB (Red+Green+Blue) = 53+97+72=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #356148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356148 is #CA9EB7. Grayscale: #515151. Windows color (decimal): -13278904 or 4743477. OLE color: 4743477.

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

Color convert

RGB 53 97 72 -
CMYK 0.45 0 0.26 0.62
HSL 145.91º 0.29% 0.29% -
HSV(B) 145.91º 0.45% 0.38% -
XYZ 6.91 9.77 7.65 -
YUV 80.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 53 97 72 0.45 0 0.26 0.62 145.91 0.29 0.29
Hex 35 61 48 2D 0 1A 3E 92 1D 1D
Octal 65 141 110 55 0 32 76 222 35 35
Binary 110101 1100001 1001000 101101 0 11010 111110 10010010 11101 11101

Color Harmonies of #356148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356148

Black with #356148

Text Example


Text Example

White with #356148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356148; }

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

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

background-color css

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

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

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

border-color css

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

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

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