Html Css Color HEX #3A6248 Plantation

📋 copy color: '#3A6248'

red 58 ◦ green 98 ◦ blue 72

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

Shades of Plantation #3A6248

Tints of Plantation #3A6248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

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

R = 25.44%
G = 42.98%
B = 31.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#3A6248 (or 0x3A6248) is known color: Plantation. HEX triplet: 3A, 62 and 48. RGB value is (58,98,72). Sum of RGB (Red+Green+Blue) = 58+98+72=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6248 is #C59DB7. Grayscale: #535353. Windows color (decimal): -12950968 or 4743738. OLE color: 4743738.

HSL color Cylindrical-coordinate representation of color #3A6248: hue angle of 141º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A6248 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 98 72 -
CMYK 0.41 0 0.27 0.62
HSL 141º 0.26% 0.31% -
HSV(B) 141º 0.41% 0.38% -
XYZ 7.28 10.1 7.7 -
YUV 83.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 58 98 72 0.41 0 0.27 0.62 141 0.26 0.31
Hex 3A 62 48 29 0 1B 3E 8D 1A 1F
Octal 72 142 110 51 0 33 76 215 32 37
Binary 111010 1100010 1001000 101001 0 11011 111110 10001101 11010 11111

Color Harmonies of #3A6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6248

Black with #3A6248

Text Example


Text Example

White with #3A6248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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