Html Css Color HEX #3D4714 Turtle Green

📋 copy color: '#3D4714'

red 61 ◦ green 71 ◦ blue 20

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

Shades of Turtle Green #3D4714

Tints of Turtle Green #3D4714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 40.13%
G = 46.71%
B = 13.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#3D4714 (or 0x3D4714) is known color: Turtle Green. HEX triplet: 3D, 47 and 14. RGB value is (61,71,20). Sum of RGB (Red+Green+Blue) = 61+71+20=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4714 is #C2B8EB. Grayscale: #3E3E3E. Windows color (decimal): -12761324 or 1328957. OLE color: 1328957.

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

Color convert

RGB 61 71 20 -
CMYK 0.14 0 0.72 0.72
HSL 71.76º 0.56% 0.18% -
HSV(B) 71.76º 0.72% 0.28% -
XYZ 4.3 5.55 1.51 -
YUV 62.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 61 71 20 0.14 0 0.72 0.72 71.76 0.56 0.18
Hex 3D 47 14 E 0 48 48 48 38 12
Octal 75 107 24 16 0 110 110 110 70 22
Binary 111101 1000111 10100 1110 0 1001000 1001000 1001000 111000 10010

Color Harmonies of #3D4714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4714

Black with #3D4714

Text Example


Text Example

White with #3D4714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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