Html Css Color HEX #3A4411 Turtle Green

📋 copy color: '#3A4411'

red 58 ◦ green 68 ◦ blue 17

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

Shades of Turtle Green #3A4411

Tints of Turtle Green #3A4411

RGB

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

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

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

R = 40.56%
G = 47.55%
B = 11.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#3A4411 (or 0x3A4411) is known color: Turtle Green. HEX triplet: 3A, 44 and 11. RGB value is (58,68,17). Sum of RGB (Red+Green+Blue) = 58+68+17=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4411 is #C5BBEE. Grayscale: #3B3B3B. Windows color (decimal): -12958703 or 1131578. OLE color: 1131578.

HSL color Cylindrical-coordinate representation of color #3A4411: hue angle of 71.76º 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 #3A4411 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 68 17 -
CMYK 0.15 0 0.75 0.73
HSL 71.76º 0.6% 0.17% -
HSV(B) 71.76º 0.75% 0.27% -
XYZ 3.91 5.07 1.3 -
YUV 59.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 58 68 17 0.15 0 0.75 0.73 71.76 0.6 0.17
Hex 3A 44 11 F 0 4B 49 48 3C 11
Octal 72 104 21 17 0 113 111 110 74 21
Binary 111010 1000100 10001 1111 0 1001011 1001001 1001000 111100 10001

Color Harmonies of #3A4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4411

Black with #3A4411

Text Example


Text Example

White with #3A4411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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