Html Css Color HEX #3A4702 Turtle Green

📋 copy color: '#3A4702'

red 58 ◦ green 71 ◦ blue 2

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

Shades of Turtle Green #3A4702

Tints of Turtle Green #3A4702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 54.2%

 BLUE value IS 2 (1.17% from 255) = 1.53%

R = 44.27%
G = 54.2%
B = 1.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#3A4702 (or 0x3A4702) is known color: Turtle Green. HEX triplet: 3A, 47 and 02. RGB value is (58,71,2). Sum of RGB (Red+Green+Blue) = 58+71+2=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4702 is #C5B8FD. Grayscale: #3B3B3B. Windows color (decimal): -12957950 or 149306. OLE color: 149306.

HSL color Cylindrical-coordinate representation of color #3A4702: hue angle of 71.3º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A4702 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 71 2 -
CMYK 0.18 0 0.97 0.72
HSL 71.3º 0.95% 0.14% -
HSV(B) 71.3º 0.97% 0.28% -
XYZ 4.01 5.41 0.89 -
YUV 59.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 58 71 2 0.18 0 0.97 0.72 71.3 0.95 0.14
Hex 3A 47 2 12 0 61 48 47 5F E
Octal 72 107 2 22 0 141 110 107 137 16
Binary 111010 1000111 10 10010 0 1100001 1001000 1000111 1011111 1110

Color Harmonies of #3A4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4702

Black with #3A4702

Text Example


Text Example

White with #3A4702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,2); }

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

background-color css

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

 a { background-color: rgb(58,71,2); }

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

border-color css

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

 span { border-color: rgb(58,71,2); }

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