Html Css Color HEX #3A460F Turtle Green

📋 copy color: '#3A460F'

red 58 ◦ green 70 ◦ blue 15

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

Shades of Turtle Green #3A460F

Tints of Turtle Green #3A460F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.49%

R = 40.56%
G = 48.95%
B = 10.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#3A460F (or 0x3A460F) is known color: Turtle Green. HEX triplet: 3A, 46 and 0F. RGB value is (58,70,15). Sum of RGB (Red+Green+Blue) = 58+70+15=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #3A460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A460F is #C5B9F0. Grayscale: #3C3C3C. Windows color (decimal): -12958193 or 1001018. OLE color: 1001018.

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

Color convert

RGB 58 70 15 -
CMYK 0.17 0 0.79 0.73
HSL 73.09º 0.65% 0.17% -
HSV(B) 73.09º 0.79% 0.27% -
XYZ 4.02 5.31 1.27 -
YUV 60.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 58 70 15 0.17 0 0.79 0.73 73.09 0.65 0.17
Hex 3A 46 F 11 0 4F 49 49 41 11
Octal 72 106 17 21 0 117 111 111 101 21
Binary 111010 1000110 1111 10001 0 1001111 1001001 1001001 1000001 10001

Color Harmonies of #3A460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A460F

Black with #3A460F

Text Example


Text Example

White with #3A460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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