Html Css Color HEX #3A4417 Turtle Green

📋 copy color: '#3A4417'

red 58 ◦ green 68 ◦ blue 23

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

Shades of Turtle Green #3A4417

Tints of Turtle Green #3A4417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.44%

R = 38.93%
G = 45.64%
B = 15.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#3A4417 (or 0x3A4417) is known color: Turtle Green. HEX triplet: 3A, 44 and 17. RGB value is (58,68,23). Sum of RGB (Red+Green+Blue) = 58+68+23=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4417 is #C5BBE8. Grayscale: #3C3C3C. Windows color (decimal): -12958697 or 1524794. OLE color: 1524794.

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

Color convert

RGB 58 68 23 -
CMYK 0.15 0 0.66 0.73
HSL 73.33º 0.49% 0.18% -
HSV(B) 73.33º 0.66% 0.27% -
XYZ 3.97 5.1 1.59 -
YUV 59.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 58 68 23 0.15 0 0.66 0.73 73.33 0.49 0.18
Hex 3A 44 17 F 0 42 49 49 31 12
Octal 72 104 27 17 0 102 111 111 61 22
Binary 111010 1000100 10111 1111 0 1000010 1001001 1001001 110001 10010

Color Harmonies of #3A4417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4417

Black with #3A4417

Text Example


Text Example

White with #3A4417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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