Html Css Color HEX #3A4120 Turtle Green

📋 copy color: '#3A4120'

red 58 ◦ green 65 ◦ blue 32

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

Shades of Turtle Green #3A4120

Tints of Turtle Green #3A4120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.94%

 BLUE value IS 32 (12.89% from 255) = 20.65%

R = 37.42%
G = 41.94%
B = 20.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#3A4120 (or 0x3A4120) is known color: Turtle Green. HEX triplet: 3A, 41 and 20. RGB value is (58,65,32). Sum of RGB (Red+Green+Blue) = 58+65+32=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4120 is #C5BEDF. Grayscale: #3B3B3B. Windows color (decimal): -12959456 or 2113850. OLE color: 2113850.

HSL color Cylindrical-coordinate representation of color #3A4120: hue angle of 72.73º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A4120 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 65 32 -
CMYK 0.11 0 0.51 0.75
HSL 72.73º 0.34% 0.19% -
HSV(B) 72.73º 0.51% 0.25% -
XYZ 3.9 4.78 2.08 -
YUV 59.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 58 65 32 0.11 0 0.51 0.75 72.73 0.34 0.19
Hex 3A 41 20 B 0 33 4B 49 22 13
Octal 72 101 40 13 0 63 113 111 42 23
Binary 111010 1000001 100000 1011 0 110011 1001011 1001001 100010 10011

Color Harmonies of #3A4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4120

Black with #3A4120

Text Example


Text Example

White with #3A4120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,65,32); }

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

background-color css

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

 a { background-color: rgb(58,65,32); }

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

border-color css

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

 span { border-color: rgb(58,65,32); }

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