Html Css Color HEX #3A6148 Plantation

📋 copy color: '#3A6148'

red 58 ◦ green 97 ◦ blue 72

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

Shades of Plantation #3A6148

Tints of Plantation #3A6148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 25.55%
G = 42.73%
B = 31.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#3A6148 (or 0x3A6148) is known color: Plantation. HEX triplet: 3A, 61 and 48. RGB value is (58,97,72). Sum of RGB (Red+Green+Blue) = 58+97+72=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6148 is #C59EB7. Grayscale: #525252. Windows color (decimal): -12951224 or 4743482. OLE color: 4743482.

HSL color Cylindrical-coordinate representation of color #3A6148: hue angle of 141.54º 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 #3A6148 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 97 72 -
CMYK 0.40 0 0.26 0.62
HSL 141.54º 0.25% 0.3% -
HSV(B) 141.54º 0.4% 0.38% -
XYZ 7.19 9.92 7.67 -
YUV 82.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 58 97 72 0.40 0 0.26 0.62 141.54 0.25 0.3
Hex 3A 61 48 28 0 1A 3E 8E 19 1E
Octal 72 141 110 50 0 32 76 216 31 36
Binary 111010 1100001 1001000 101000 0 11010 111110 10001110 11001 11110

Color Harmonies of #3A6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6148

Black with #3A6148

Text Example


Text Example

White with #3A6148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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