Html Css Color HEX #3A471F Turtle Green

📋 copy color: '#3A471F'

red 58 ◦ green 71 ◦ blue 31

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

Shades of Turtle Green #3A471F

Tints of Turtle Green #3A471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.38%

R = 36.25%
G = 44.38%
B = 19.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#3A471F (or 0x3A471F) is known color: Turtle Green. HEX triplet: 3A, 47 and 1F. RGB value is (58,71,31). Sum of RGB (Red+Green+Blue) = 58+71+31=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #3A471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A471F is #C5B8E0. Grayscale: #3E3E3E. Windows color (decimal): -12957921 or 2049850. OLE color: 2049850.

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

Color convert

RGB 58 71 31 -
CMYK 0.18 0 0.56 0.72
HSL 79.5º 0.39% 0.2% -
HSV(B) 79.5º 0.56% 0.28% -
XYZ 4.25 5.5 2.14 -
YUV 62.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 58 71 31 0.18 0 0.56 0.72 79.5 0.39 0.2
Hex 3A 47 1F 12 0 38 48 50 27 14
Octal 72 107 37 22 0 70 110 120 47 24
Binary 111010 1000111 11111 10010 0 111000 1001000 1010000 100111 10100

Color Harmonies of #3A471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A471F

Black with #3A471F

Text Example


Text Example

White with #3A471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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