Html Css Color HEX #3D4713 Turtle Green

📋 copy color: '#3D4713'

red 61 ◦ green 71 ◦ blue 19

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

Shades of Turtle Green #3D4713

Tints of Turtle Green #3D4713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 40.4%
G = 47.02%
B = 12.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#3D4713 (or 0x3D4713) is known color: Turtle Green. HEX triplet: 3D, 47 and 13. RGB value is (61,71,19). Sum of RGB (Red+Green+Blue) = 61+71+19=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4713 is #C2B8EC. Grayscale: #3E3E3E. Windows color (decimal): -12761325 or 1263421. OLE color: 1263421.

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

Color convert

RGB 61 71 19 -
CMYK 0.14 0 0.73 0.72
HSL 71.54º 0.58% 0.18% -
HSV(B) 71.54º 0.73% 0.28% -
XYZ 4.3 5.55 1.46 -
YUV 62.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 61 71 19 0.14 0 0.73 0.72 71.54 0.58 0.18
Hex 3D 47 13 E 0 49 48 48 3A 12
Octal 75 107 23 16 0 111 110 110 72 22
Binary 111101 1000111 10011 1110 0 1001001 1001000 1001000 111010 10010

Color Harmonies of #3D4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4713

Black with #3D4713

Text Example


Text Example

White with #3D4713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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