Html Css Color HEX #335847 Plantation

📋 copy color: '#335847'

red 51 ◦ green 88 ◦ blue 71

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

Shades of Plantation #335847

Tints of Plantation #335847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.81%

R = 24.29%
G = 41.9%
B = 33.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#335847 (or 0x335847) is known color: Plantation. HEX triplet: 33, 58 and 47. RGB value is (51,88,71). Sum of RGB (Red+Green+Blue) = 51+88+71=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #335847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335847 is #CCA7B8. Grayscale: #4B4B4B. Windows color (decimal): -13412281 or 4675635. OLE color: 4675635.

HSL color Cylindrical-coordinate representation of color #335847: hue angle of 152.43º 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 #335847 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 88 71 -
CMYK 0.42 0 0.19 0.65
HSL 152.43º 0.27% 0.27% -
HSV(B) 152.43º 0.42% 0.35% -
XYZ 5.99 8.14 7.22 -
YUV 75 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 51 88 71 0.42 0 0.19 0.65 152.43 0.27 0.27
Hex 33 58 47 2A 0 13 41 98 1B 1B
Octal 63 130 107 52 0 23 101 230 33 33
Binary 110011 1011000 1000111 101010 0 10011 1000001 10011000 11011 11011

Color Harmonies of #335847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335847

Black with #335847

Text Example


Text Example

White with #335847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335847; }

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

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

background-color css

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

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

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

border-color css

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

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

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