Html Css Color HEX #3A460D Turtle Green

📋 copy color: '#3A460D'

red 58 ◦ green 70 ◦ blue 13

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

Shades of Turtle Green #3A460D

Tints of Turtle Green #3A460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.22%

R = 41.13%
G = 49.65%
B = 9.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#3A460D (or 0x3A460D) is known color: Turtle Green. HEX triplet: 3A, 46 and 0D. RGB value is (58,70,13). Sum of RGB (Red+Green+Blue) = 58+70+13=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #3A460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A460D is #C5B9F2. Grayscale: #3C3C3C. Windows color (decimal): -12958195 or 869946. OLE color: 869946.

HSL color Cylindrical-coordinate representation of color #3A460D: hue angle of 72.63º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A460D is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 70 13 -
CMYK 0.17 0 0.81 0.73
HSL 72.63º 0.69% 0.16% -
HSV(B) 72.63º 0.81% 0.27% -
XYZ 4.01 5.31 1.19 -
YUV 59.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 58 70 13 0.17 0 0.81 0.73 72.63 0.69 0.16
Hex 3A 46 D 11 0 51 49 49 45 10
Octal 72 106 15 21 0 121 111 111 105 20
Binary 111010 1000110 1101 10001 0 1010001 1001001 1001001 1000101 10000

Color Harmonies of #3A460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A460D

Black with #3A460D

Text Example


Text Example

White with #3A460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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