Html Css Color HEX #3A4118 Turtle Green

📋 copy color: '#3A4118'

red 58 ◦ green 65 ◦ blue 24

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

Shades of Turtle Green #3A4118

Tints of Turtle Green #3A4118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.22%

 BLUE value IS 24 (9.77% from 255) = 16.33%

R = 39.46%
G = 44.22%
B = 16.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#3A4118 (or 0x3A4118) is known color: Turtle Green. HEX triplet: 3A, 41 and 18. RGB value is (58,65,24). Sum of RGB (Red+Green+Blue) = 58+65+24=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4118 is #C5BEE7. Grayscale: #3A3A3A. Windows color (decimal): -12959464 or 1589562. OLE color: 1589562.

HSL color Cylindrical-coordinate representation of color #3A4118: hue angle of 70.24º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A4118 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 65 24 -
CMYK 0.11 0 0.63 0.75
HSL 70.24º 0.46% 0.17% -
HSV(B) 70.24º 0.63% 0.25% -
XYZ 3.8 4.75 1.58 -
YUV 58.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 58 65 24 0.11 0 0.63 0.75 70.24 0.46 0.17
Hex 3A 41 18 B 0 3F 4B 46 2E 11
Octal 72 101 30 13 0 77 113 106 56 21
Binary 111010 1000001 11000 1011 0 111111 1001011 1000110 101110 10001

Color Harmonies of #3A4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4118

Black with #3A4118

Text Example


Text Example

White with #3A4118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,65,24); }

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

background-color css

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

 a { background-color: rgb(58,65,24); }

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

border-color css

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

 span { border-color: rgb(58,65,24); }

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