Html Css Color HEX #3A614A Plantation

📋 copy color: '#3A614A'

red 58 ◦ green 97 ◦ blue 74

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

Shades of Plantation #3A614A

Tints of Plantation #3A614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.31%

R = 25.33%
G = 42.36%
B = 32.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#3A614A (or 0x3A614A) is known color: Plantation. HEX triplet: 3A, 61 and 4A. RGB value is (58,97,74). Sum of RGB (Red+Green+Blue) = 58+97+74=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #3A614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A614A is #C59EB5. Grayscale: #525252. Windows color (decimal): -12951222 or 4874554. OLE color: 4874554.

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

Color convert

RGB 58 97 74 -
CMYK 0.40 0 0.24 0.62
HSL 144.62º 0.25% 0.3% -
HSV(B) 144.62º 0.4% 0.38% -
XYZ 7.26 9.94 8.02 -
YUV 82.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 58 97 74 0.40 0 0.24 0.62 144.62 0.25 0.3
Hex 3A 61 4A 28 0 18 3E 91 19 1E
Octal 72 141 112 50 0 30 76 221 31 36
Binary 111010 1100001 1001010 101000 0 11000 111110 10010001 11001 11110

Color Harmonies of #3A614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A614A

Black with #3A614A

Text Example


Text Example

White with #3A614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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