Html Css Color HEX #3D4417 Turtle Green

📋 copy color: '#3D4417'

red 61 ◦ green 68 ◦ blue 23

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

Shades of Turtle Green #3D4417

Tints of Turtle Green #3D4417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.13%

R = 40.13%
G = 44.74%
B = 15.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#3D4417 (or 0x3D4417) is known color: Turtle Green. HEX triplet: 3D, 44 and 17. RGB value is (61,68,23). Sum of RGB (Red+Green+Blue) = 61+68+23=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #3D4417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4417 is #C2BBE8. Grayscale: #3C3C3C. Windows color (decimal): -12762089 or 1524797. OLE color: 1524797.

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

Color convert

RGB 61 68 23 -
CMYK 0.10 0 0.66 0.73
HSL 69.33º 0.49% 0.18% -
HSV(B) 69.33º 0.66% 0.27% -
XYZ 4.15 5.19 1.59 -
YUV 60.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 61 68 23 0.10 0 0.66 0.73 69.33 0.49 0.18
Hex 3D 44 17 A 0 42 49 45 31 12
Octal 75 104 27 12 0 102 111 105 61 22
Binary 111101 1000100 10111 1010 0 1000010 1001001 1000101 110001 10010

Color Harmonies of #3D4417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4417

Black with #3D4417

Text Example


Text Example

White with #3D4417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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