Html Css Color HEX #335945 Plantation

📋 copy color: '#335945'

red 51 ◦ green 89 ◦ blue 69

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

Shades of Plantation #335945

Tints of Plantation #335945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.58%

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

R = 24.4%
G = 42.58%
B = 33.01%

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

#335945 (or 0x335945) is known color: Plantation. HEX triplet: 33, 59 and 45. RGB value is (51,89,69). Sum of RGB (Red+Green+Blue) = 51+89+69=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #335945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335945 is #CCA6BA. Grayscale: #4B4B4B. Windows color (decimal): -13412027 or 4544819. OLE color: 4544819.

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

Color convert

RGB 51 89 69 -
CMYK 0.43 0 0.22 0.65
HSL 148.42º 0.27% 0.27% -
HSV(B) 148.42º 0.43% 0.35% -
XYZ 6.01 8.28 6.91 -
YUV 75.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 51 89 69 0.43 0 0.22 0.65 148.42 0.27 0.27
Hex 33 59 45 2B 0 16 41 94 1B 1B
Octal 63 131 105 53 0 26 101 224 33 33
Binary 110011 1011001 1000101 101011 0 10110 1000001 10010100 11011 11011

Color Harmonies of #335945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335945

Black with #335945

Text Example


Text Example

White with #335945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335945; }

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

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

background-color css

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

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

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

border-color css

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

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

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