Html Css Color HEX #335643 Plantation

📋 copy color: '#335643'

red 51 ◦ green 86 ◦ blue 67

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

Shades of Plantation #335643

Tints of Plantation #335643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.84%

R = 25%
G = 42.16%
B = 32.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#335643 (or 0x335643) is known color: Plantation. HEX triplet: 33, 56 and 43. RGB value is (51,86,67). Sum of RGB (Red+Green+Blue) = 51+86+67=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #335643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335643 is #CCA9BC. Grayscale: #494949. Windows color (decimal): -13412797 or 4412979. OLE color: 4412979.

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

Color convert

RGB 51 86 67 -
CMYK 0.41 0 0.22 0.66
HSL 147.43º 0.26% 0.27% -
HSV(B) 147.43º 0.41% 0.34% -
XYZ 5.71 7.76 6.51 -
YUV 73.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 51 86 67 0.41 0 0.22 0.66 147.43 0.26 0.27
Hex 33 56 43 29 0 16 42 93 1A 1B
Octal 63 126 103 51 0 26 102 223 32 33
Binary 110011 1010110 1000011 101001 0 10110 1000010 10010011 11010 11011

Color Harmonies of #335643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335643

Black with #335643

Text Example


Text Example

White with #335643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335643; }

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

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

background-color css

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

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

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

border-color css

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

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

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