Html Css Color HEX #3A4021 Turtle Green

📋 copy color: '#3A4021'

red 58 ◦ green 64 ◦ blue 33

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

Shades of Turtle Green #3A4021

Tints of Turtle Green #3A4021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 37.42%
G = 41.29%
B = 21.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#3A4021 (or 0x3A4021) is known color: Turtle Green. HEX triplet: 3A, 40 and 21. RGB value is (58,64,33). Sum of RGB (Red+Green+Blue) = 58+64+33=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4021 is #C5BFDE. Grayscale: #3A3A3A. Windows color (decimal): -12959711 or 2179130. OLE color: 2179130.

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

Color convert

RGB 58 64 33 -
CMYK 0.09 0 0.48 0.75
HSL 71.61º 0.32% 0.19% -
HSV(B) 71.61º 0.48% 0.25% -
XYZ 3.85 4.68 2.14 -
YUV 58.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 58 64 33 0.09 0 0.48 0.75 71.61 0.32 0.19
Hex 3A 40 21 9 0 30 4B 48 20 13
Octal 72 100 41 11 0 60 113 110 40 23
Binary 111010 1000000 100001 1001 0 110000 1001011 1001000 100000 10011

Color Harmonies of #3A4021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4021

Black with #3A4021

Text Example


Text Example

White with #3A4021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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