Html Css Color HEX #335E48 Plantation

📋 copy color: '#335E48'

red 51 ◦ green 94 ◦ blue 72

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

Shades of Plantation #335E48

Tints of Plantation #335E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.32%

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 23.5%
G = 43.32%
B = 33.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#335E48 (or 0x335E48) is known color: Plantation. HEX triplet: 33, 5E and 48. RGB value is (51,94,72). Sum of RGB (Red+Green+Blue) = 51+94+72=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 94 - color contains mainly: green. Hex color #335E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335E48 is #CCA1B7. Grayscale: #4E4E4E. Windows color (decimal): -13410744 or 4742707. OLE color: 4742707.

HSL color Cylindrical-coordinate representation of color #335E48: hue angle of 149.3º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335E48 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 94 72 -
CMYK 0.46 0 0.23 0.63
HSL 149.3º 0.3% 0.28% -
HSV(B) 149.3º 0.46% 0.37% -
XYZ 6.54 9.18 7.56 -
YUV 78.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 51 94 72 0.46 0 0.23 0.63 149.3 0.3 0.28
Hex 33 5E 48 2E 0 17 3F 95 1E 1C
Octal 63 136 110 56 0 27 77 225 36 34
Binary 110011 1011110 1001000 101110 0 10111 111111 10010101 11110 11100

Color Harmonies of #335E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E48

Black with #335E48

Text Example


Text Example

White with #335E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,94,72); }

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

background-color css

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

 a { background-color: rgb(51,94,72); }

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

border-color css

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

 span { border-color: rgb(51,94,72); }

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