Html Css Color HEX #336149 Plantation

📋 copy color: '#336149'

red 51 ◦ green 97 ◦ blue 73

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

Shades of Plantation #336149

Tints of Plantation #336149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.89%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 23.08%
G = 43.89%
B = 33.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#336149 (or 0x336149) is known color: Plantation. HEX triplet: 33, 61 and 49. RGB value is (51,97,73). Sum of RGB (Red+Green+Blue) = 51+97+73=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #336149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336149 is #CC9EB6. Grayscale: #505050. Windows color (decimal): -13409975 or 4809011. OLE color: 4809011.

HSL color Cylindrical-coordinate representation of color #336149: hue angle of 148.7º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #336149 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 97 73 -
CMYK 0.47 0 0.25 0.62
HSL 148.7º 0.31% 0.29% -
HSV(B) 148.7º 0.47% 0.38% -
XYZ 6.84 9.73 7.82 -
YUV 80.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 51 97 73 0.47 0 0.25 0.62 148.7 0.31 0.29
Hex 33 61 49 2F 0 19 3E 95 1F 1D
Octal 63 141 111 57 0 31 76 225 37 35
Binary 110011 1100001 1001001 101111 0 11001 111110 10010101 11111 11101

Color Harmonies of #336149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336149

Black with #336149

Text Example


Text Example

White with #336149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336149; }

 p { color: rgb(51,97,73); }

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

background-color css

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

 a { background-color: rgb(51,97,73); }

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

border-color css

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

 span { border-color: rgb(51,97,73); }

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