Html Css Color HEX #335947 Plantation

📋 copy color: '#335947'

red 51 ◦ green 89 ◦ blue 71

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

Shades of Plantation #335947

Tints of Plantation #335947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

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

R = 24.17%
G = 42.18%
B = 33.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#335947 (or 0x335947) is known color: Plantation. HEX triplet: 33, 59 and 47. RGB value is (51,89,71). Sum of RGB (Red+Green+Blue) = 51+89+71=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #335947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335947 is #CCA6B8. Grayscale: #4B4B4B. Windows color (decimal): -13412025 or 4675891. OLE color: 4675891.

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

Color convert

RGB 51 89 71 -
CMYK 0.43 0 0.20 0.65
HSL 151.58º 0.27% 0.27% -
HSV(B) 151.58º 0.43% 0.35% -
XYZ 6.07 8.3 7.24 -
YUV 75.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 51 89 71 0.43 0 0.20 0.65 151.58 0.27 0.27
Hex 33 59 47 2B 0 14 41 98 1B 1B
Octal 63 131 107 53 0 24 101 230 33 33
Binary 110011 1011001 1000111 101011 0 10100 1000001 10011000 11011 11011

Color Harmonies of #335947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335947

Black with #335947

Text Example


Text Example

White with #335947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335947; }

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

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

background-color css

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

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

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

border-color css

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

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

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