Html Css Color HEX #335A46 Plantation

📋 copy color: '#335A46'

red 51 ◦ green 90 ◦ blue 70

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

Shades of Plantation #335A46

Tints of Plantation #335A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

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

R = 24.17%
G = 42.65%
B = 33.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#335A46 (or 0x335A46) is known color: Plantation. HEX triplet: 33, 5A and 46. RGB value is (51,90,70). Sum of RGB (Red+Green+Blue) = 51+90+70=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #335A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A46 is #CCA5B9. Grayscale: #4C4C4C. Windows color (decimal): -13411770 or 4610611. OLE color: 4610611.

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

Color convert

RGB 51 90 70 -
CMYK 0.43 0 0.22 0.65
HSL 149.23º 0.28% 0.28% -
HSV(B) 149.23º 0.43% 0.35% -
XYZ 6.13 8.46 7.1 -
YUV 76.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 51 90 70 0.43 0 0.22 0.65 149.23 0.28 0.28
Hex 33 5A 46 2B 0 16 41 95 1C 1C
Octal 63 132 106 53 0 26 101 225 34 34
Binary 110011 1011010 1000110 101011 0 10110 1000001 10010101 11100 11100

Color Harmonies of #335A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A46

Black with #335A46

Text Example


Text Example

White with #335A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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