Html Css Color HEX #3A461D Turtle Green

📋 copy color: '#3A461D'

red 58 ◦ green 70 ◦ blue 29

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

Shades of Turtle Green #3A461D

Tints of Turtle Green #3A461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

 BLUE value IS 29 (11.72% from 255) = 18.47%

R = 36.94%
G = 44.59%
B = 18.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#3A461D (or 0x3A461D) is known color: Turtle Green. HEX triplet: 3A, 46 and 1D. RGB value is (58,70,29). Sum of RGB (Red+Green+Blue) = 58+70+29=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #3A461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A461D is #C5B9E2. Grayscale: #3D3D3D. Windows color (decimal): -12958179 or 1918522. OLE color: 1918522.

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

Color convert

RGB 58 70 29 -
CMYK 0.17 0 0.59 0.73
HSL 77.56º 0.41% 0.19% -
HSV(B) 77.56º 0.59% 0.27% -
XYZ 4.16 5.37 1.98 -
YUV 61.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 58 70 29 0.17 0 0.59 0.73 77.56 0.41 0.19
Hex 3A 46 1D 11 0 3B 49 4E 29 13
Octal 72 106 35 21 0 73 111 116 51 23
Binary 111010 1000110 11101 10001 0 111011 1001001 1001110 101001 10011

Color Harmonies of #3A461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A461D

Black with #3A461D

Text Example


Text Example

White with #3A461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,70,29); }

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

background-color css

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

 a { background-color: rgb(58,70,29); }

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

border-color css

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

 span { border-color: rgb(58,70,29); }

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