Html Css Color HEX #335546 Plantation

📋 copy color: '#335546'

red 51 ◦ green 85 ◦ blue 70

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

Shades of Plantation #335546

Tints of Plantation #335546

RGB

 RED value IS 51 (20.31% from 255) = 24.76%

 GREEN value IS 85 (33.59% from 255) = 41.26%

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 24.76%
G = 41.26%
B = 33.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#335546 (or 0x335546) is known color: Plantation. HEX triplet: 33, 55 and 46. RGB value is (51,85,70). Sum of RGB (Red+Green+Blue) = 51+85+70=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #335546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335546 is #CCAAB9. Grayscale: #494949. Windows color (decimal): -13413050 or 4609331. OLE color: 4609331.

HSL color Cylindrical-coordinate representation of color #335546: hue angle of 153.53º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335546 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 70 -
CMYK 0.40 0 0.18 0.67
HSL 153.53º 0.25% 0.27% -
HSV(B) 153.53º 0.4% 0.33% -
XYZ 5.72 7.64 6.97 -
YUV 73.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 51 85 70 0.40 0 0.18 0.67 153.53 0.25 0.27
Hex 33 55 46 28 0 12 43 9A 19 1B
Octal 63 125 106 50 0 22 103 232 31 33
Binary 110011 1010101 1000110 101000 0 10010 1000011 10011010 11001 11011

Color Harmonies of #335546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335546

Black with #335546

Text Example


Text Example

White with #335546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335546; }

 p { color: rgb(51,85,70); }

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

background-color css

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

 a { background-color: rgb(51,85,70); }

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

border-color css

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

 span { border-color: rgb(51,85,70); }

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