Html Css Color HEX #3A4C15 Turtle Green

📋 copy color: '#3A4C15'

red 58 ◦ green 76 ◦ blue 21

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

Shades of Turtle Green #3A4C15

Tints of Turtle Green #3A4C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.55%

R = 37.42%
G = 49.03%
B = 13.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.70

RGB Variations

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

Color information

#3A4C15 (or 0x3A4C15) is known color: Turtle Green. HEX triplet: 3A, 4C and 15. RGB value is (58,76,21). Sum of RGB (Red+Green+Blue) = 58+76+21=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4C15 is #C5B3EA. Grayscale: #404040. Windows color (decimal): -12956651 or 1395770. OLE color: 1395770.

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

Color convert

RGB 58 76 21 -
CMYK 0.24 0 0.72 0.70
HSL 79.64º 0.57% 0.19% -
HSV(B) 79.64º 0.72% 0.3% -
XYZ 4.46 6.12 1.66 -
YUV 64.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 58 76 21 0.24 0 0.72 0.70 79.64 0.57 0.19
Hex 3A 4C 15 18 0 48 46 50 39 13
Octal 72 114 25 30 0 110 106 120 71 23
Binary 111010 1001100 10101 11000 0 1001000 1000110 1010000 111001 10011

Color Harmonies of #3A4C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4C15

Black with #3A4C15

Text Example


Text Example

White with #3A4C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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