Html Css Color HEX #3D470F Turtle Green

📋 copy color: '#3D470F'

red 61 ◦ green 71 ◦ blue 15

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

Shades of Turtle Green #3D470F

Tints of Turtle Green #3D470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.2%

R = 41.5%
G = 48.3%
B = 10.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#3D470F (or 0x3D470F) is known color: Turtle Green. HEX triplet: 3D, 47 and 0F. RGB value is (61,71,15). Sum of RGB (Red+Green+Blue) = 61+71+15=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #3D470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D470F is #C2B8F0. Grayscale: #3D3D3D. Windows color (decimal): -12761329 or 1001277. OLE color: 1001277.

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

Color convert

RGB 61 71 15 -
CMYK 0.14 0 0.79 0.72
HSL 70.71º 0.65% 0.17% -
HSV(B) 70.71º 0.79% 0.28% -
XYZ 4.26 5.53 1.3 -
YUV 61.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 61 71 15 0.14 0 0.79 0.72 70.71 0.65 0.17
Hex 3D 47 F E 0 4F 48 47 41 11
Octal 75 107 17 16 0 117 110 107 101 21
Binary 111101 1000111 1111 1110 0 1001111 1001000 1000111 1000001 10001

Color Harmonies of #3D470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D470F

Black with #3D470F

Text Example


Text Example

White with #3D470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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