Html Css Color HEX #3A4714 Turtle Green

📋 copy color: '#3A4714'

red 58 ◦ green 71 ◦ blue 20

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

Shades of Turtle Green #3A4714

Tints of Turtle Green #3A4714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 38.93%
G = 47.65%
B = 13.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#3A4714 (or 0x3A4714) is known color: Turtle Green. HEX triplet: 3A, 47 and 14. RGB value is (58,71,20). Sum of RGB (Red+Green+Blue) = 58+71+20=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4714 is #C5B8EB. Grayscale: #3D3D3D. Windows color (decimal): -12957932 or 1328954. OLE color: 1328954.

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

Color convert

RGB 58 71 20 -
CMYK 0.18 0 0.72 0.72
HSL 75.29º 0.56% 0.18% -
HSV(B) 75.29º 0.72% 0.28% -
XYZ 4.12 5.46 1.5 -
YUV 61.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 58 71 20 0.18 0 0.72 0.72 75.29 0.56 0.18
Hex 3A 47 14 12 0 48 48 4B 38 12
Octal 72 107 24 22 0 110 110 113 70 22
Binary 111010 1000111 10100 10010 0 1001000 1001000 1001011 111000 10010

Color Harmonies of #3A4714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4714

Black with #3A4714

Text Example


Text Example

White with #3A4714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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