Html Css Color HEX #3A4C14 Turtle Green

📋 copy color: '#3A4C14'

red 58 ◦ green 76 ◦ blue 20

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

Shades of Turtle Green #3A4C14

Tints of Turtle Green #3A4C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.35%

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

R = 37.66%
G = 49.35%
B = 12.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#3A4C14 (or 0x3A4C14) is known color: Turtle Green. HEX triplet: 3A, 4C and 14. RGB value is (58,76,20). Sum of RGB (Red+Green+Blue) = 58+76+20=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4C14 is #C5B3EB. Grayscale: #404040. Windows color (decimal): -12956652 or 1330234. OLE color: 1330234.

HSL color Cylindrical-coordinate representation of color #3A4C14: hue angle of 79.29º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A4C14 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 76 20 -
CMYK 0.24 0 0.74 0.70
HSL 79.29º 0.58% 0.19% -
HSV(B) 79.29º 0.74% 0.3% -
XYZ 4.46 6.12 1.61 -
YUV 64.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 58 76 20 0.24 0 0.74 0.70 79.29 0.58 0.19
Hex 3A 4C 14 18 0 4A 46 4F 3A 13
Octal 72 114 24 30 0 112 106 117 72 23
Binary 111010 1001100 10100 11000 0 1001010 1000110 1001111 111010 10011

Color Harmonies of #3A4C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4C14

Black with #3A4C14

Text Example


Text Example

White with #3A4C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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