Html Css Color HEX #3A4D17 Turtle Green

📋 copy color: '#3A4D17'

red 58 ◦ green 77 ◦ blue 23

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

Shades of Turtle Green #3A4D17

Tints of Turtle Green #3A4D17

RGB

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

 GREEN value IS 77 (30.47% from 255) = 48.73%

 BLUE value IS 23 (9.38% from 255) = 14.56%

R = 36.71%
G = 48.73%
B = 14.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#3A4D17 (or 0x3A4D17) is known color: Turtle Green. HEX triplet: 3A, 4D and 17. RGB value is (58,77,23). Sum of RGB (Red+Green+Blue) = 58+77+23=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4D17 is #C5B2E8. Grayscale: #414141. Windows color (decimal): -12956393 or 1527098. OLE color: 1527098.

HSL color Cylindrical-coordinate representation of color #3A4D17: hue angle of 81.11º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A4D17 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 77 23 -
CMYK 0.25 0 0.70 0.70
HSL 81.11º 0.54% 0.2% -
HSV(B) 81.11º 0.7% 0.3% -
XYZ 4.55 6.27 1.78 -
YUV 65.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 58 77 23 0.25 0 0.70 0.70 81.11 0.54 0.2
Hex 3A 4D 17 19 0 46 46 51 36 14
Octal 72 115 27 31 0 106 106 121 66 24
Binary 111010 1001101 10111 11001 0 1000110 1000110 1010001 110110 10100

Color Harmonies of #3A4D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4D17

Black with #3A4D17

Text Example


Text Example

White with #3A4D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,77,23); }

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

background-color css

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

 a { background-color: rgb(58,77,23); }

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

border-color css

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

 span { border-color: rgb(58,77,23); }

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