Html Css Color HEX #3A4416 Turtle Green

📋 copy color: '#3A4416'

red 58 ◦ green 68 ◦ blue 22

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

Shades of Turtle Green #3A4416

Tints of Turtle Green #3A4416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.95%

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

R = 39.19%
G = 45.95%
B = 14.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#3A4416 (or 0x3A4416) is known color: Turtle Green. HEX triplet: 3A, 44 and 16. RGB value is (58,68,22). Sum of RGB (Red+Green+Blue) = 58+68+22=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4416 is #C5BBE9. Grayscale: #3B3B3B. Windows color (decimal): -12958698 or 1459258. OLE color: 1459258.

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

Color convert

RGB 58 68 22 -
CMYK 0.15 0 0.68 0.73
HSL 73.04º 0.51% 0.18% -
HSV(B) 73.04º 0.68% 0.27% -
XYZ 3.96 5.09 1.53 -
YUV 59.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 58 68 22 0.15 0 0.68 0.73 73.04 0.51 0.18
Hex 3A 44 16 F 0 44 49 49 33 12
Octal 72 104 26 17 0 104 111 111 63 22
Binary 111010 1000100 10110 1111 0 1000100 1001001 1001001 110011 10010

Color Harmonies of #3A4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4416

Black with #3A4416

Text Example


Text Example

White with #3A4416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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