Html Css Color HEX #3D4715 Turtle Green

📋 copy color: '#3D4715'

red 61 ◦ green 71 ◦ blue 21

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

Shades of Turtle Green #3D4715

Tints of Turtle Green #3D4715

RGB

 RED value IS 61 (24.22% from 255) = 39.87%

 GREEN value IS 71 (28.13% from 255) = 46.41%

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

R = 39.87%
G = 46.41%
B = 13.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#3D4715 (or 0x3D4715) is known color: Turtle Green. HEX triplet: 3D, 47 and 15. RGB value is (61,71,21). Sum of RGB (Red+Green+Blue) = 61+71+21=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4715 is #C2B8EA. Grayscale: #3E3E3E. Windows color (decimal): -12761323 or 1394493. OLE color: 1394493.

HSL color Cylindrical-coordinate representation of color #3D4715: hue angle of 72º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D4715 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 71 21 -
CMYK 0.14 0 0.70 0.72
HSL 72º 0.54% 0.18% -
HSV(B) 72º 0.7% 0.28% -
XYZ 4.31 5.55 1.55 -
YUV 62.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 61 71 21 0.14 0 0.70 0.72 72 0.54 0.18
Hex 3D 47 15 E 0 46 48 48 36 12
Octal 75 107 25 16 0 106 110 110 66 22
Binary 111101 1000111 10101 1110 0 1000110 1001000 1001000 110110 10010

Color Harmonies of #3D4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4715

Black with #3D4715

Text Example


Text Example

White with #3D4715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,71,21); }

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

background-color css

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

 a { background-color: rgb(61,71,21); }

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

border-color css

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

 span { border-color: rgb(61,71,21); }

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