Html Css Color HEX #3D4412 Turtle Green

📋 copy color: '#3D4412'

red 61 ◦ green 68 ◦ blue 18

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

Shades of Turtle Green #3D4412

Tints of Turtle Green #3D4412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.26%

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 41.5%
G = 46.26%
B = 12.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#3D4412 (or 0x3D4412) is known color: Turtle Green. HEX triplet: 3D, 44 and 12. RGB value is (61,68,18). Sum of RGB (Red+Green+Blue) = 61+68+18=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #3D4412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4412 is #C2BBED. Grayscale: #3C3C3C. Windows color (decimal): -12762094 or 1197117. OLE color: 1197117.

HSL color Cylindrical-coordinate representation of color #3D4412: hue angle of 68.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D4412 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 68 18 -
CMYK 0.10 0 0.74 0.73
HSL 68.4º 0.58% 0.17% -
HSV(B) 68.4º 0.74% 0.27% -
XYZ 4.1 5.17 1.35 -
YUV 60.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 61 68 18 0.10 0 0.74 0.73 68.4 0.58 0.17
Hex 3D 44 12 A 0 4A 49 44 3A 11
Octal 75 104 22 12 0 112 111 104 72 21
Binary 111101 1000100 10010 1010 0 1001010 1001001 1000100 111010 10001

Color Harmonies of #3D4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4412

Black with #3D4412

Text Example


Text Example

White with #3D4412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,68,18); }

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

background-color css

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

 a { background-color: rgb(61,68,18); }

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

border-color css

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

 span { border-color: rgb(61,68,18); }

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