Html Css Color HEX #3D4411 Turtle Green

📋 copy color: '#3D4411'

red 61 ◦ green 68 ◦ blue 17

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

Shades of Turtle Green #3D4411

Tints of Turtle Green #3D4411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.64%

R = 41.78%
G = 46.58%
B = 11.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#3D4411 (or 0x3D4411) is known color: Turtle Green. HEX triplet: 3D, 44 and 11. RGB value is (61,68,17). Sum of RGB (Red+Green+Blue) = 61+68+17=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #3D4411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4411 is #C2BBEE. Grayscale: #3C3C3C. Windows color (decimal): -12762095 or 1131581. OLE color: 1131581.

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

Color convert

RGB 61 68 17 -
CMYK 0.10 0 0.75 0.73
HSL 68.24º 0.6% 0.17% -
HSV(B) 68.24º 0.75% 0.27% -
XYZ 4.09 5.17 1.31 -
YUV 60.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 61 68 17 0.10 0 0.75 0.73 68.24 0.6 0.17
Hex 3D 44 11 A 0 4B 49 44 3C 11
Octal 75 104 21 12 0 113 111 104 74 21
Binary 111101 1000100 10001 1010 0 1001011 1001001 1000100 111100 10001

Color Harmonies of #3D4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4411

Black with #3D4411

Text Example


Text Example

White with #3D4411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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