Html Css Color HEX #3D4112 Turtle Green

📋 copy color: '#3D4112'

red 61 ◦ green 65 ◦ blue 18

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

Shades of Turtle Green #3D4112

Tints of Turtle Green #3D4112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

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

R = 42.36%
G = 45.14%
B = 12.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#3D4112 (or 0x3D4112) is known color: Turtle Green. HEX triplet: 3D, 41 and 12. RGB value is (61,65,18). Sum of RGB (Red+Green+Blue) = 61+65+18=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4112 is #C2BEED. Grayscale: #3A3A3A. Windows color (decimal): -12762862 or 1196349. OLE color: 1196349.

HSL color Cylindrical-coordinate representation of color #3D4112: hue angle of 65.11º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D4112 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 61 65 18 -
CMYK 0.06 0 0.72 0.75
HSL 65.11º 0.57% 0.16% -
HSV(B) 65.11º 0.72% 0.25% -
XYZ 3.92 4.82 1.3 -
YUV 58.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 61 65 18 0.06 0 0.72 0.75 65.11 0.57 0.16
Hex 3D 41 12 6 0 48 4B 41 39 10
Octal 75 101 22 6 0 110 113 101 71 20
Binary 111101 1000001 10010 110 0 1001000 1001011 1000001 111001 10000

Color Harmonies of #3D4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4112

Black with #3D4112

Text Example


Text Example

White with #3D4112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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