Html Css Color HEX #335C46 Plantation

📋 copy color: '#335C46'

red 51 ◦ green 92 ◦ blue 70

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

Shades of Plantation #335C46

Tints of Plantation #335C46

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.19%

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

R = 23.94%
G = 43.19%
B = 32.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#335C46 (or 0x335C46) is known color: Plantation. HEX triplet: 33, 5C and 46. RGB value is (51,92,70). Sum of RGB (Red+Green+Blue) = 51+92+70=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #335C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335C46 is #CCA3B9. Grayscale: #4D4D4D. Windows color (decimal): -13411258 or 4611123. OLE color: 4611123.

HSL color Cylindrical-coordinate representation of color #335C46: hue angle of 147.8º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335C46 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 92 70 -
CMYK 0.45 0 0.24 0.64
HSL 147.8º 0.29% 0.28% -
HSV(B) 147.8º 0.45% 0.36% -
XYZ 6.3 8.8 7.16 -
YUV 77.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 51 92 70 0.45 0 0.24 0.64 147.8 0.29 0.28
Hex 33 5C 46 2D 0 18 40 94 1D 1C
Octal 63 134 106 55 0 30 100 224 35 34
Binary 110011 1011100 1000110 101101 0 11000 1000000 10010100 11101 11100

Color Harmonies of #335C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C46

Black with #335C46

Text Example


Text Example

White with #335C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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