Html Css Color HEX #346149 Plantation

📋 copy color: '#346149'

red 52 ◦ green 97 ◦ blue 73

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

Shades of Plantation #346149

Tints of Plantation #346149

RGB

 RED value IS 52 (20.7% from 255) = 23.42%

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

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

R = 23.42%
G = 43.69%
B = 32.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#346149 (or 0x346149) is known color: Plantation. HEX triplet: 34, 61 and 49. RGB value is (52,97,73). Sum of RGB (Red+Green+Blue) = 52+97+73=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #346149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346149 is #CB9EB6. Grayscale: #505050. Windows color (decimal): -13344439 or 4809012. OLE color: 4809012.

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

Color convert

RGB 52 97 73 -
CMYK 0.46 0 0.25 0.62
HSL 148º 0.3% 0.29% -
HSV(B) 148º 0.46% 0.38% -
XYZ 6.89 9.76 7.82 -
YUV 80.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 52 97 73 0.46 0 0.25 0.62 148 0.3 0.29
Hex 34 61 49 2E 0 19 3E 94 1E 1D
Octal 64 141 111 56 0 31 76 224 36 35
Binary 110100 1100001 1001001 101110 0 11001 111110 10010100 11110 11101

Color Harmonies of #346149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346149

Black with #346149

Text Example


Text Example

White with #346149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346149; }

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

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

background-color css

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

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

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

border-color css

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

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

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