Html Css Color HEX #335644 Plantation

📋 copy color: '#335644'

red 51 ◦ green 86 ◦ blue 68

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

Shades of Plantation #335644

Tints of Plantation #335644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 24.88%
G = 41.95%
B = 33.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#335644 (or 0x335644) is known color: Plantation. HEX triplet: 33, 56 and 44. RGB value is (51,86,68). Sum of RGB (Red+Green+Blue) = 51+86+68=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #335644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335644 is #CCA9BB. Grayscale: #494949. Windows color (decimal): -13412796 or 4478515. OLE color: 4478515.

HSL color Cylindrical-coordinate representation of color #335644: hue angle of 149.14º 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 #335644 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 86 68 -
CMYK 0.41 0 0.21 0.66
HSL 149.14º 0.26% 0.27% -
HSV(B) 149.14º 0.41% 0.34% -
XYZ 5.74 7.78 6.67 -
YUV 73.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 51 86 68 0.41 0 0.21 0.66 149.14 0.26 0.27
Hex 33 56 44 29 0 15 42 95 1A 1B
Octal 63 126 104 51 0 25 102 225 32 33
Binary 110011 1010110 1000100 101001 0 10101 1000010 10010101 11010 11011

Color Harmonies of #335644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335644

Black with #335644

Text Example


Text Example

White with #335644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335644; }

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

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

background-color css

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

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

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

border-color css

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

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

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