Html Css Color HEX #335846 Plantation

📋 copy color: '#335846'

red 51 ◦ green 88 ◦ blue 70

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

Shades of Plantation #335846

Tints of Plantation #335846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.11%

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

R = 24.4%
G = 42.11%
B = 33.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#335846 (or 0x335846) is known color: Plantation. HEX triplet: 33, 58 and 46. RGB value is (51,88,70). Sum of RGB (Red+Green+Blue) = 51+88+70=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #335846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335846 is #CCA7B9. Grayscale: #4A4A4A. Windows color (decimal): -13412282 or 4610099. OLE color: 4610099.

HSL color Cylindrical-coordinate representation of color #335846: hue angle of 150.81º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #335846 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 88 70 -
CMYK 0.42 0 0.20 0.65
HSL 150.81º 0.27% 0.27% -
HSV(B) 150.81º 0.42% 0.35% -
XYZ 5.96 8.13 7.05 -
YUV 74.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 51 88 70 0.42 0 0.20 0.65 150.81 0.27 0.27
Hex 33 58 46 2A 0 14 41 97 1B 1B
Octal 63 130 106 52 0 24 101 227 33 33
Binary 110011 1011000 1000110 101010 0 10100 1000001 10010111 11011 11011

Color Harmonies of #335846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335846

Black with #335846

Text Example


Text Example

White with #335846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335846; }

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

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

background-color css

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

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

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

border-color css

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

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

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