Html Css Color HEX #3A6548 Plantation

📋 copy color: '#3A6548'

red 58 ◦ green 101 ◦ blue 72

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

Shades of Plantation #3A6548

Tints of Plantation #3A6548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.72%

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

R = 25.11%
G = 43.72%
B = 31.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#3A6548 (or 0x3A6548) is known color: Plantation. HEX triplet: 3A, 65 and 48. RGB value is (58,101,72). Sum of RGB (Red+Green+Blue) = 58+101+72=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #3A6548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6548 is #C59AB7. Grayscale: #545454. Windows color (decimal): -12950200 or 4744506. OLE color: 4744506.

HSL color Cylindrical-coordinate representation of color #3A6548: hue angle of 139.53º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A6548 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 58 101 72 -
CMYK 0.43 0 0.29 0.60
HSL 139.53º 0.27% 0.31% -
HSV(B) 139.53º 0.43% 0.4% -
XYZ 7.57 10.67 7.79 -
YUV 84.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 58 101 72 0.43 0 0.29 0.60 139.53 0.27 0.31
Hex 3A 65 48 2B 0 1D 3C 8C 1B 1F
Octal 72 145 110 53 0 35 74 214 33 37
Binary 111010 1100101 1001000 101011 0 11101 111100 10001100 11011 11111

Color Harmonies of #3A6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6548

Black with #3A6548

Text Example


Text Example

White with #3A6548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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