Html Css Color HEX #3A4616 Turtle Green

📋 copy color: '#3A4616'

red 58 ◦ green 70 ◦ blue 22

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

Shades of Turtle Green #3A4616

Tints of Turtle Green #3A4616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.67%

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

R = 38.67%
G = 46.67%
B = 14.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#3A4616 (or 0x3A4616) is known color: Turtle Green. HEX triplet: 3A, 46 and 16. RGB value is (58,70,22). Sum of RGB (Red+Green+Blue) = 58+70+22=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4616 is #C5B9E9. Grayscale: #3D3D3D. Windows color (decimal): -12958186 or 1459770. OLE color: 1459770.

HSL color Cylindrical-coordinate representation of color #3A4616: hue angle of 75º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A4616 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 70 22 -
CMYK 0.17 0 0.69 0.73
HSL 75º 0.52% 0.18% -
HSV(B) 75º 0.69% 0.27% -
XYZ 4.08 5.34 1.57 -
YUV 60.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 58 70 22 0.17 0 0.69 0.73 75 0.52 0.18
Hex 3A 46 16 11 0 45 49 4B 34 12
Octal 72 106 26 21 0 105 111 113 64 22
Binary 111010 1000110 10110 10001 0 1000101 1001001 1001011 110100 10010

Color Harmonies of #3A4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4616

Black with #3A4616

Text Example


Text Example

White with #3A4616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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