Html Css Color HEX #3A4211 Turtle Green

📋 copy color: '#3A4211'

red 58 ◦ green 66 ◦ blue 17

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

Shades of Turtle Green #3A4211

Tints of Turtle Green #3A4211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.81%

 BLUE value IS 17 (7.03% from 255) = 12.06%

R = 41.13%
G = 46.81%
B = 12.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#3A4211 (or 0x3A4211) is known color: Turtle Green. HEX triplet: 3A, 42 and 11. RGB value is (58,66,17). Sum of RGB (Red+Green+Blue) = 58+66+17=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #3A4211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4211 is #C5BDEE. Grayscale: #3A3A3A. Windows color (decimal): -12959215 or 1131066. OLE color: 1131066.

HSL color Cylindrical-coordinate representation of color #3A4211: hue angle of 69.8º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A4211 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 66 17 -
CMYK 0.12 0 0.74 0.74
HSL 69.8º 0.59% 0.16% -
HSV(B) 69.8º 0.74% 0.26% -
XYZ 3.79 4.84 1.26 -
YUV 58.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 58 66 17 0.12 0 0.74 0.74 69.8 0.59 0.16
Hex 3A 42 11 C 0 4A 4A 46 3B 10
Octal 72 102 21 14 0 112 112 106 73 20
Binary 111010 1000010 10001 1100 0 1001010 1001010 1000110 111011 10000

Color Harmonies of #3A4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4211

Black with #3A4211

Text Example


Text Example

White with #3A4211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,66,17); }

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

background-color css

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

 a { background-color: rgb(58,66,17); }

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

border-color css

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

 span { border-color: rgb(58,66,17); }

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