Html Css Color HEX #3A6149 Plantation

📋 copy color: '#3A6149'

red 58 ◦ green 97 ◦ blue 73

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

Shades of Plantation #3A6149

Tints of Plantation #3A6149

RGB

 RED value IS 58 (23.05% from 255) = 25.44%

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

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

R = 25.44%
G = 42.54%
B = 32.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#3A6149 (or 0x3A6149) is known color: Plantation. HEX triplet: 3A, 61 and 49. RGB value is (58,97,73). Sum of RGB (Red+Green+Blue) = 58+97+73=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6149 is #C59EB6. Grayscale: #525252. Windows color (decimal): -12951223 or 4809018. OLE color: 4809018.

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

Color convert

RGB 58 97 73 -
CMYK 0.40 0 0.25 0.62
HSL 143.08º 0.25% 0.3% -
HSV(B) 143.08º 0.4% 0.38% -
XYZ 7.22 9.93 7.84 -
YUV 82.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 58 97 73 0.40 0 0.25 0.62 143.08 0.25 0.3
Hex 3A 61 49 28 0 19 3E 8F 19 1E
Octal 72 141 111 50 0 31 76 217 31 36
Binary 111010 1100001 1001001 101000 0 11001 111110 10001111 11001 11110

Color Harmonies of #3A6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6149

Black with #3A6149

Text Example


Text Example

White with #3A6149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A6149; }

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

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

background-color css

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

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

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

border-color css

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

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

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