Html Css Color HEX #355D48 Plantation

📋 copy color: '#355D48'

red 53 ◦ green 93 ◦ blue 72

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

Shades of Plantation #355D48

Tints of Plantation #355D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.66%

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

R = 24.31%
G = 42.66%
B = 33.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#355D48 (or 0x355D48) is known color: Plantation. HEX triplet: 35, 5D and 48. RGB value is (53,93,72). Sum of RGB (Red+Green+Blue) = 53+93+72=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #355D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D48 is #CAA2B7. Grayscale: #4E4E4E. Windows color (decimal): -13279928 or 4742453. OLE color: 4742453.

HSL color Cylindrical-coordinate representation of color #355D48: hue angle of 148.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355D48 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 93 72 -
CMYK 0.43 0 0.23 0.64
HSL 148.5º 0.27% 0.29% -
HSV(B) 148.5º 0.43% 0.36% -
XYZ 6.55 9.05 7.53 -
YUV 78.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 53 93 72 0.43 0 0.23 0.64 148.5 0.27 0.29
Hex 35 5D 48 2B 0 17 40 94 1B 1D
Octal 65 135 110 53 0 27 100 224 33 35
Binary 110101 1011101 1001000 101011 0 10111 1000000 10010100 11011 11101

Color Harmonies of #355D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D48

Black with #355D48

Text Example


Text Example

White with #355D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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