Html Css Color HEX #3A461C Turtle Green

📋 copy color: '#3A461C'

red 58 ◦ green 70 ◦ blue 28

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

Shades of Turtle Green #3A461C

Tints of Turtle Green #3A461C

RGB

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

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

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

R = 37.18%
G = 44.87%
B = 17.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#3A461C (or 0x3A461C) is known color: Turtle Green. HEX triplet: 3A, 46 and 1C. RGB value is (58,70,28). Sum of RGB (Red+Green+Blue) = 58+70+28=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #3A461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A461C is #C5B9E3. Grayscale: #3D3D3D. Windows color (decimal): -12958180 or 1852986. OLE color: 1852986.

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

Color convert

RGB 58 70 28 -
CMYK 0.17 0 0.60 0.73
HSL 77.14º 0.43% 0.19% -
HSV(B) 77.14º 0.6% 0.27% -
XYZ 4.14 5.36 1.92 -
YUV 61.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 58 70 28 0.17 0 0.60 0.73 77.14 0.43 0.19
Hex 3A 46 1C 11 0 3C 49 4D 2B 13
Octal 72 106 34 21 0 74 111 115 53 23
Binary 111010 1000110 11100 10001 0 111100 1001001 1001101 101011 10011

Color Harmonies of #3A461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A461C

Black with #3A461C

Text Example


Text Example

White with #3A461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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