Html Css Color HEX #335845 Plantation

📋 copy color: '#335845'

red 51 ◦ green 88 ◦ blue 69

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

Shades of Plantation #335845

Tints of Plantation #335845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.31%

 BLUE value IS 69 (27.34% from 255) = 33.17%

R = 24.52%
G = 42.31%
B = 33.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#335845 (or 0x335845) is known color: Plantation. HEX triplet: 33, 58 and 45. RGB value is (51,88,69). Sum of RGB (Red+Green+Blue) = 51+88+69=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #335845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335845 is #CCA7BA. Grayscale: #4A4A4A. Windows color (decimal): -13412283 or 4544563. OLE color: 4544563.

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

Color convert

RGB 51 88 69 -
CMYK 0.42 0 0.22 0.65
HSL 149.19º 0.27% 0.27% -
HSV(B) 149.19º 0.42% 0.35% -
XYZ 5.93 8.11 6.88 -
YUV 74.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 51 88 69 0.42 0 0.22 0.65 149.19 0.27 0.27
Hex 33 58 45 2A 0 16 41 95 1B 1B
Octal 63 130 105 52 0 26 101 225 33 33
Binary 110011 1011000 1000101 101010 0 10110 1000001 10010101 11011 11011

Color Harmonies of #335845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335845

Black with #335845

Text Example


Text Example

White with #335845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335845; }

 p { color: rgb(51,88,69); }

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

background-color css

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

 a { background-color: rgb(51,88,69); }

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

border-color css

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

 span { border-color: rgb(51,88,69); }

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