Html Css Color HEX #335646 Plantation

📋 copy color: '#335646'

red 51 ◦ green 86 ◦ blue 70

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

Shades of Plantation #335646

Tints of Plantation #335646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.55%

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

R = 24.64%
G = 41.55%
B = 33.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#335646 (or 0x335646) is known color: Plantation. HEX triplet: 33, 56 and 46. RGB value is (51,86,70). Sum of RGB (Red+Green+Blue) = 51+86+70=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #335646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335646 is #CCA9B9. Grayscale: #494949. Windows color (decimal): -13412794 or 4609587. OLE color: 4609587.

HSL color Cylindrical-coordinate representation of color #335646: hue angle of 152.57º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335646 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 86 70 -
CMYK 0.41 0 0.19 0.66
HSL 152.57º 0.26% 0.27% -
HSV(B) 152.57º 0.41% 0.34% -
XYZ 5.8 7.8 6.99 -
YUV 73.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 51 86 70 0.41 0 0.19 0.66 152.57 0.26 0.27
Hex 33 56 46 29 0 13 42 99 1A 1B
Octal 63 126 106 51 0 23 102 231 32 33
Binary 110011 1010110 1000110 101001 0 10011 1000010 10011001 11010 11011

Color Harmonies of #335646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335646

Black with #335646

Text Example


Text Example

White with #335646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335646; }

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

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

background-color css

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

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

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

border-color css

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

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

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