Html Css Color HEX #3A491A Turtle Green

📋 copy color: '#3A491A'

red 58 ◦ green 73 ◦ blue 26

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

Shades of Turtle Green #3A491A

Tints of Turtle Green #3A491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.5%

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

R = 36.94%
G = 46.5%
B = 16.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#3A491A (or 0x3A491A) is known color: Turtle Green. HEX triplet: 3A, 49 and 1A. RGB value is (58,73,26). Sum of RGB (Red+Green+Blue) = 58+73+26=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #3A491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A491A is #C5B6E5. Grayscale: #3F3F3F. Windows color (decimal): -12957414 or 1722682. OLE color: 1722682.

HSL color Cylindrical-coordinate representation of color #3A491A: hue angle of 79.15º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A491A is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 73 26 -
CMYK 0.21 0 0.64 0.71
HSL 79.15º 0.47% 0.19% -
HSV(B) 79.15º 0.64% 0.29% -
XYZ 4.31 5.74 1.86 -
YUV 63.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 58 73 26 0.21 0 0.64 0.71 79.15 0.47 0.19
Hex 3A 49 1A 15 0 40 47 4F 2F 13
Octal 72 111 32 25 0 100 107 117 57 23
Binary 111010 1001001 11010 10101 0 1000000 1000111 1001111 101111 10011

Color Harmonies of #3A491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A491A

Black with #3A491A

Text Example


Text Example

White with #3A491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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