Html Css Color HEX #335844 Plantation

📋 copy color: '#335844'

red 51 ◦ green 88 ◦ blue 68

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

Shades of Plantation #335844

Tints of Plantation #335844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 24.64%
G = 42.51%
B = 32.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#335844 (or 0x335844) is known color: Plantation. HEX triplet: 33, 58 and 44. RGB value is (51,88,68). Sum of RGB (Red+Green+Blue) = 51+88+68=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #335844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335844 is #CCA7BB. Grayscale: #4A4A4A. Windows color (decimal): -13412284 or 4479027. OLE color: 4479027.

HSL color Cylindrical-coordinate representation of color #335844: hue angle of 147.57º 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 #335844 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 88 68 -
CMYK 0.42 0 0.23 0.65
HSL 147.57º 0.27% 0.27% -
HSV(B) 147.57º 0.42% 0.35% -
XYZ 5.9 8.1 6.72 -
YUV 74.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 51 88 68 0.42 0 0.23 0.65 147.57 0.27 0.27
Hex 33 58 44 2A 0 17 41 94 1B 1B
Octal 63 130 104 52 0 27 101 224 33 33
Binary 110011 1011000 1000100 101010 0 10111 1000001 10010100 11011 11011

Color Harmonies of #335844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335844

Black with #335844

Text Example


Text Example

White with #335844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335844; }

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

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

background-color css

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

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

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

border-color css

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

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

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