Html Css Color HEX #3A4820 Turtle Green

📋 copy color: '#3A4820'

red 58 ◦ green 72 ◦ blue 32

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

Shades of Turtle Green #3A4820

Tints of Turtle Green #3A4820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

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

R = 35.8%
G = 44.44%
B = 19.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#3A4820 (or 0x3A4820) is known color: Turtle Green. HEX triplet: 3A, 48 and 20. RGB value is (58,72,32). Sum of RGB (Red+Green+Blue) = 58+72+32=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4820 is #C5B7DF. Grayscale: #3F3F3F. Windows color (decimal): -12957664 or 2115642. OLE color: 2115642.

HSL color Cylindrical-coordinate representation of color #3A4820: hue angle of 81º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A4820 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 32 -
CMYK 0.19 0 0.56 0.72
HSL 81º 0.38% 0.2% -
HSV(B) 81º 0.56% 0.28% -
XYZ 4.32 5.64 2.23 -
YUV 63.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 58 72 32 0.19 0 0.56 0.72 81 0.38 0.2
Hex 3A 48 20 13 0 38 48 51 26 14
Octal 72 110 40 23 0 70 110 121 46 24
Binary 111010 1001000 100000 10011 0 111000 1001000 1010001 100110 10100

Color Harmonies of #3A4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4820

Black with #3A4820

Text Example


Text Example

White with #3A4820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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