Html Css Color HEX #3D441D Turtle Green

📋 copy color: '#3D441D'

red 61 ◦ green 68 ◦ blue 29

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

Shades of Turtle Green #3D441D

Tints of Turtle Green #3D441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 38.61%
G = 43.04%
B = 18.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#3D441D (or 0x3D441D) is known color: Turtle Green. HEX triplet: 3D, 44 and 1D. RGB value is (61,68,29). Sum of RGB (Red+Green+Blue) = 61+68+29=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #3D441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D441D is #C2BBE2. Grayscale: #3D3D3D. Windows color (decimal): -12762083 or 1918013. OLE color: 1918013.

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

Color convert

RGB 61 68 29 -
CMYK 0.10 0 0.57 0.73
HSL 70.77º 0.4% 0.19% -
HSV(B) 70.77º 0.57% 0.27% -
XYZ 4.21 5.22 1.95 -
YUV 61.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 61 68 29 0.10 0 0.57 0.73 70.77 0.4 0.19
Hex 3D 44 1D A 0 39 49 47 28 13
Octal 75 104 35 12 0 71 111 107 50 23
Binary 111101 1000100 11101 1010 0 111001 1001001 1000111 101000 10011

Color Harmonies of #3D441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D441D

Black with #3D441D

Text Example


Text Example

White with #3D441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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