Html Css Color HEX #3A471A Turtle Green

📋 copy color: '#3A471A'

red 58 ◦ green 71 ◦ blue 26

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

Shades of Turtle Green #3A471A

Tints of Turtle Green #3A471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.81%

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 37.42%
G = 45.81%
B = 16.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#3A471A (or 0x3A471A) is known color: Turtle Green. HEX triplet: 3A, 47 and 1A. RGB value is (58,71,26). Sum of RGB (Red+Green+Blue) = 58+71+26=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #3A471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A471A is #C5B8E5. Grayscale: #3E3E3E. Windows color (decimal): -12957926 or 1722170. OLE color: 1722170.

HSL color Cylindrical-coordinate representation of color #3A471A: hue angle of 77.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A471A is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 71 26 -
CMYK 0.18 0 0.63 0.72
HSL 77.33º 0.46% 0.19% -
HSV(B) 77.33º 0.63% 0.28% -
XYZ 4.18 5.48 1.81 -
YUV 61.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 58 71 26 0.18 0 0.63 0.72 77.33 0.46 0.19
Hex 3A 47 1A 12 0 3F 48 4D 2E 13
Octal 72 107 32 22 0 77 110 115 56 23
Binary 111010 1000111 11010 10010 0 111111 1001000 1001101 101110 10011

Color Harmonies of #3A471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A471A

Black with #3A471A

Text Example


Text Example

White with #3A471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,26); }

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

background-color css

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

 a { background-color: rgb(58,71,26); }

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

border-color css

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

 span { border-color: rgb(58,71,26); }

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