Html Css Color HEX #3A4517 Turtle Green

📋 copy color: '#3A4517'

red 58 ◦ green 69 ◦ blue 23

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

Shades of Turtle Green #3A4517

Tints of Turtle Green #3A4517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46%

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

R = 38.67%
G = 46%
B = 15.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#3A4517 (or 0x3A4517) is known color: Turtle Green. HEX triplet: 3A, 45 and 17. RGB value is (58,69,23). Sum of RGB (Red+Green+Blue) = 58+69+23=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4517 is #C5BAE8. Grayscale: #3C3C3C. Windows color (decimal): -12958441 or 1525050. OLE color: 1525050.

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

Color convert

RGB 58 69 23 -
CMYK 0.16 0 0.67 0.73
HSL 74.35º 0.5% 0.18% -
HSV(B) 74.35º 0.67% 0.27% -
XYZ 4.03 5.22 1.61 -
YUV 60.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 58 69 23 0.16 0 0.67 0.73 74.35 0.5 0.18
Hex 3A 45 17 10 0 43 49 4A 32 12
Octal 72 105 27 20 0 103 111 112 62 22
Binary 111010 1000101 10111 10000 0 1000011 1001001 1001010 110010 10010

Color Harmonies of #3A4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4517

Black with #3A4517

Text Example


Text Example

White with #3A4517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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