Html Css Color HEX #3A4310 Turtle Green

📋 copy color: '#3A4310'

red 58 ◦ green 67 ◦ blue 16

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

Shades of Turtle Green #3A4310

Tints of Turtle Green #3A4310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

 BLUE value IS 16 (6.64% from 255) = 11.35%

R = 41.13%
G = 47.52%
B = 11.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#3A4310 (or 0x3A4310) is known color: Turtle Green. HEX triplet: 3A, 43 and 10. RGB value is (58,67,16). Sum of RGB (Red+Green+Blue) = 58+67+16=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4310 is #C5BCEF. Grayscale: #3A3A3A. Windows color (decimal): -12958960 or 1065786. OLE color: 1065786.

HSL color Cylindrical-coordinate representation of color #3A4310: hue angle of 70.59º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A4310 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 67 16 -
CMYK 0.13 0 0.76 0.74
HSL 70.59º 0.61% 0.16% -
HSV(B) 70.59º 0.76% 0.26% -
XYZ 3.85 4.95 1.24 -
YUV 58.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 58 67 16 0.13 0 0.76 0.74 70.59 0.61 0.16
Hex 3A 43 10 D 0 4C 4A 47 3D 10
Octal 72 103 20 15 0 114 112 107 75 20
Binary 111010 1000011 10000 1101 0 1001100 1001010 1000111 111101 10000

Color Harmonies of #3A4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4310

Black with #3A4310

Text Example


Text Example

White with #3A4310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,67,16); }

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

background-color css

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

 a { background-color: rgb(58,67,16); }

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

border-color css

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

 span { border-color: rgb(58,67,16); }

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