Html Css Color HEX #3A4119 Turtle Green

📋 copy color: '#3A4119'

red 58 ◦ green 65 ◦ blue 25

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

Shades of Turtle Green #3A4119

Tints of Turtle Green #3A4119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.89%

R = 39.19%
G = 43.92%
B = 16.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#3A4119 (or 0x3A4119) is known color: Turtle Green. HEX triplet: 3A, 41 and 19. RGB value is (58,65,25). Sum of RGB (Red+Green+Blue) = 58+65+25=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4119 is #C5BEE6. Grayscale: #3A3A3A. Windows color (decimal): -12959463 or 1655098. OLE color: 1655098.

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

Color convert

RGB 58 65 25 -
CMYK 0.11 0 0.62 0.75
HSL 70.5º 0.44% 0.18% -
HSV(B) 70.5º 0.62% 0.25% -
XYZ 3.81 4.75 1.64 -
YUV 58.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 58 65 25 0.11 0 0.62 0.75 70.5 0.44 0.18
Hex 3A 41 19 B 0 3E 4B 46 2C 12
Octal 72 101 31 13 0 76 113 106 54 22
Binary 111010 1000001 11001 1011 0 111110 1001011 1000110 101100 10010

Color Harmonies of #3A4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4119

Black with #3A4119

Text Example


Text Example

White with #3A4119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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