Html Css Color HEX #3A4816 Turtle Green

📋 copy color: '#3A4816'

red 58 ◦ green 72 ◦ blue 22

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

Shades of Turtle Green #3A4816

Tints of Turtle Green #3A4816

RGB

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

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

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

R = 38.16%
G = 47.37%
B = 14.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#3A4816 (or 0x3A4816) is known color: Turtle Green. HEX triplet: 3A, 48 and 16. RGB value is (58,72,22). Sum of RGB (Red+Green+Blue) = 58+72+22=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4816 is #C5B7E9. Grayscale: #3E3E3E. Windows color (decimal): -12957674 or 1460282. OLE color: 1460282.

HSL color Cylindrical-coordinate representation of color #3A4816: hue angle of 76.8º 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 #3A4816 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 22 -
CMYK 0.19 0 0.69 0.72
HSL 76.8º 0.53% 0.18% -
HSV(B) 76.8º 0.69% 0.28% -
XYZ 4.21 5.59 1.62 -
YUV 62.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 58 72 22 0.19 0 0.69 0.72 76.8 0.53 0.18
Hex 3A 48 16 13 0 45 48 4D 35 12
Octal 72 110 26 23 0 105 110 115 65 22
Binary 111010 1001000 10110 10011 0 1000101 1001000 1001101 110101 10010

Color Harmonies of #3A4816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4816

Black with #3A4816

Text Example


Text Example

White with #3A4816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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