Html Css Color HEX #3A4020 Turtle Green

📋 copy color: '#3A4020'

red 58 ◦ green 64 ◦ blue 32

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

Shades of Turtle Green #3A4020

Tints of Turtle Green #3A4020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.56%

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

R = 37.66%
G = 41.56%
B = 20.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#3A4020 (or 0x3A4020) is known color: Turtle Green. HEX triplet: 3A, 40 and 20. RGB value is (58,64,32). Sum of RGB (Red+Green+Blue) = 58+64+32=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4020 is #C5BFDF. Grayscale: #3A3A3A. Windows color (decimal): -12959712 or 2113594. OLE color: 2113594.

HSL color Cylindrical-coordinate representation of color #3A4020: hue angle of 71.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A4020 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 64 32 -
CMYK 0.09 0 0.50 0.75
HSL 71.25º 0.33% 0.19% -
HSV(B) 71.25º 0.5% 0.25% -
XYZ 3.84 4.67 2.07 -
YUV 58.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 58 64 32 0.09 0 0.50 0.75 71.25 0.33 0.19
Hex 3A 40 20 9 0 32 4B 47 21 13
Octal 72 100 40 11 0 62 113 107 41 23
Binary 111010 1000000 100000 1001 0 110010 1001011 1000111 100001 10011

Color Harmonies of #3A4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4020

Black with #3A4020

Text Example


Text Example

White with #3A4020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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