Html Css Color HEX #3A4716 Turtle Green

📋 copy color: '#3A4716'

red 58 ◦ green 71 ◦ blue 22

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

Shades of Turtle Green #3A4716

Tints of Turtle Green #3A4716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.02%

 BLUE value IS 22 (8.98% from 255) = 14.57%

R = 38.41%
G = 47.02%
B = 14.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#3A4716 (or 0x3A4716) is known color: Turtle Green. HEX triplet: 3A, 47 and 16. RGB value is (58,71,22). Sum of RGB (Red+Green+Blue) = 58+71+22=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4716 is #C5B8E9. Grayscale: #3D3D3D. Windows color (decimal): -12957930 or 1460026. OLE color: 1460026.

HSL color Cylindrical-coordinate representation of color #3A4716: hue angle of 75.92º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A4716 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 71 22 -
CMYK 0.18 0 0.69 0.72
HSL 75.92º 0.53% 0.18% -
HSV(B) 75.92º 0.69% 0.28% -
XYZ 4.14 5.46 1.6 -
YUV 61.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 58 71 22 0.18 0 0.69 0.72 75.92 0.53 0.18
Hex 3A 47 16 12 0 45 48 4C 35 12
Octal 72 107 26 22 0 105 110 114 65 22
Binary 111010 1000111 10110 10010 0 1000101 1001000 1001100 110101 10010

Color Harmonies of #3A4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4716

Black with #3A4716

Text Example


Text Example

White with #3A4716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,22); }

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

background-color css

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

 a { background-color: rgb(58,71,22); }

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

border-color css

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

 span { border-color: rgb(58,71,22); }

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