Html Css Color HEX #3A4914 Turtle Green

📋 copy color: '#3A4914'

red 58 ◦ green 73 ◦ blue 20

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

Shades of Turtle Green #3A4914

Tints of Turtle Green #3A4914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.34%

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

R = 38.41%
G = 48.34%
B = 13.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#3A4914 (or 0x3A4914) is known color: Turtle Green. HEX triplet: 3A, 49 and 14. RGB value is (58,73,20). Sum of RGB (Red+Green+Blue) = 58+73+20=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4914 is #C5B6EB. Grayscale: #3E3E3E. Windows color (decimal): -12957420 or 1329466. OLE color: 1329466.

HSL color Cylindrical-coordinate representation of color #3A4914: hue angle of 76.98º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A4914 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 73 20 -
CMYK 0.21 0 0.73 0.71
HSL 76.98º 0.57% 0.18% -
HSV(B) 76.98º 0.73% 0.29% -
XYZ 4.25 5.72 1.54 -
YUV 62.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 58 73 20 0.21 0 0.73 0.71 76.98 0.57 0.18
Hex 3A 49 14 15 0 49 47 4D 39 12
Octal 72 111 24 25 0 111 107 115 71 22
Binary 111010 1001001 10100 10101 0 1001001 1000111 1001101 111001 10010

Color Harmonies of #3A4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4914

Black with #3A4914

Text Example


Text Example

White with #3A4914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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