Html Css Color HEX #3A471C Turtle Green

📋 copy color: '#3A471C'

red 58 ◦ green 71 ◦ blue 28

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

Shades of Turtle Green #3A471C

Tints of Turtle Green #3A471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 36.94%
G = 45.22%
B = 17.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#3A471C (or 0x3A471C) is known color: Turtle Green. HEX triplet: 3A, 47 and 1C. RGB value is (58,71,28). Sum of RGB (Red+Green+Blue) = 58+71+28=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #3A471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A471C is #C5B8E3. Grayscale: #3E3E3E. Windows color (decimal): -12957924 or 1853242. OLE color: 1853242.

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

Color convert

RGB 58 71 28 -
CMYK 0.18 0 0.61 0.72
HSL 78.14º 0.43% 0.19% -
HSV(B) 78.14º 0.61% 0.28% -
XYZ 4.21 5.49 1.94 -
YUV 62.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 58 71 28 0.18 0 0.61 0.72 78.14 0.43 0.19
Hex 3A 47 1C 12 0 3D 48 4E 2B 13
Octal 72 107 34 22 0 75 110 116 53 23
Binary 111010 1000111 11100 10010 0 111101 1001000 1001110 101011 10011

Color Harmonies of #3A471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A471C

Black with #3A471C

Text Example


Text Example

White with #3A471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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