Html Css Color HEX #355345 Plantation

📋 copy color: '#355345'

red 53 ◦ green 83 ◦ blue 69

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

Shades of Plantation #355345

Tints of Plantation #355345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 25.85%
G = 40.49%
B = 33.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#355345 (or 0x355345) is known color: Plantation. HEX triplet: 35, 53 and 45. RGB value is (53,83,69). Sum of RGB (Red+Green+Blue) = 53+83+69=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #355345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355345 is #CAACBA. Grayscale: #484848. Windows color (decimal): -13282491 or 4543285. OLE color: 4543285.

HSL color Cylindrical-coordinate representation of color #355345: hue angle of 152º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #355345 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 69 -
CMYK 0.36 0 0.17 0.67
HSL 152º 0.22% 0.27% -
HSV(B) 152º 0.36% 0.33% -
XYZ 5.64 7.37 6.76 -
YUV 72.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 53 83 69 0.36 0 0.17 0.67 152 0.22 0.27
Hex 35 53 45 24 0 11 43 98 16 1B
Octal 65 123 105 44 0 21 103 230 26 33
Binary 110101 1010011 1000101 100100 0 10001 1000011 10011000 10110 11011

Color Harmonies of #355345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355345

Black with #355345

Text Example


Text Example

White with #355345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355345; }

 p { color: rgb(53,83,69); }

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

background-color css

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

 a { background-color: rgb(53,83,69); }

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

border-color css

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

 span { border-color: rgb(53,83,69); }

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