Html Css Color HEX #3A4C17 Turtle Green

📋 copy color: '#3A4C17'

red 58 ◦ green 76 ◦ blue 23

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

Shades of Turtle Green #3A4C17

Tints of Turtle Green #3A4C17

RGB

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

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

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

R = 36.94%
G = 48.41%
B = 14.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#3A4C17 (or 0x3A4C17) is known color: Turtle Green. HEX triplet: 3A, 4C and 17. RGB value is (58,76,23). Sum of RGB (Red+Green+Blue) = 58+76+23=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4C17 is #C5B3E8. Grayscale: #404040. Windows color (decimal): -12956649 or 1526842. OLE color: 1526842.

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

Color convert

RGB 58 76 23 -
CMYK 0.24 0 0.70 0.70
HSL 80.38º 0.54% 0.19% -
HSV(B) 80.38º 0.7% 0.3% -
XYZ 4.48 6.13 1.76 -
YUV 64.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 58 76 23 0.24 0 0.70 0.70 80.38 0.54 0.19
Hex 3A 4C 17 18 0 46 46 50 36 13
Octal 72 114 27 30 0 106 106 120 66 23
Binary 111010 1001100 10111 11000 0 1000110 1000110 1010000 110110 10011

Color Harmonies of #3A4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4C17

Black with #3A4C17

Text Example


Text Example

White with #3A4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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