Html Css Color HEX #3A614B Plantation

📋 copy color: '#3A614B'

red 58 ◦ green 97 ◦ blue 75

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

Shades of Plantation #3A614B

Tints of Plantation #3A614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.61%

R = 25.22%
G = 42.17%
B = 32.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#3A614B (or 0x3A614B) is known color: Plantation. HEX triplet: 3A, 61 and 4B. RGB value is (58,97,75). Sum of RGB (Red+Green+Blue) = 58+97+75=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #3A614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A614B is #C59EB4. Grayscale: #525252. Windows color (decimal): -12951221 or 4940090. OLE color: 4940090.

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

Color convert

RGB 58 97 75 -
CMYK 0.40 0 0.23 0.62
HSL 146.15º 0.25% 0.3% -
HSV(B) 146.15º 0.4% 0.38% -
XYZ 7.29 9.96 8.19 -
YUV 82.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 58 97 75 0.40 0 0.23 0.62 146.15 0.25 0.3
Hex 3A 61 4B 28 0 17 3E 92 19 1E
Octal 72 141 113 50 0 27 76 222 31 36
Binary 111010 1100001 1001011 101000 0 10111 111110 10010010 11001 11110

Color Harmonies of #3A614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A614B

Black with #3A614B

Text Example


Text Example

White with #3A614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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