Html Css Color HEX #3A4511 Turtle Green

📋 copy color: '#3A4511'

red 58 ◦ green 69 ◦ blue 17

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

Shades of Turtle Green #3A4511

Tints of Turtle Green #3A4511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.81%

R = 40.28%
G = 47.92%
B = 11.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#3A4511 (or 0x3A4511) is known color: Turtle Green. HEX triplet: 3A, 45 and 11. RGB value is (58,69,17). Sum of RGB (Red+Green+Blue) = 58+69+17=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4511 is #C5BAEE. Grayscale: #3B3B3B. Windows color (decimal): -12958447 or 1131834. OLE color: 1131834.

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

Color convert

RGB 58 69 17 -
CMYK 0.16 0 0.75 0.73
HSL 72.69º 0.6% 0.17% -
HSV(B) 72.69º 0.75% 0.27% -
XYZ 3.97 5.2 1.32 -
YUV 59.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 58 69 17 0.16 0 0.75 0.73 72.69 0.6 0.17
Hex 3A 45 11 10 0 4B 49 49 3C 11
Octal 72 105 21 20 0 113 111 111 74 21
Binary 111010 1000101 10001 10000 0 1001011 1001001 1001001 111100 10001

Color Harmonies of #3A4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4511

Black with #3A4511

Text Example


Text Example

White with #3A4511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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