Html Css Color HEX #3D4617 Turtle Green

📋 copy color: '#3D4617'

red 61 ◦ green 70 ◦ blue 23

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

Shades of Turtle Green #3D4617

Tints of Turtle Green #3D4617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.45%

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

R = 39.61%
G = 45.45%
B = 14.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#3D4617 (or 0x3D4617) is known color: Turtle Green. HEX triplet: 3D, 46 and 17. RGB value is (61,70,23). Sum of RGB (Red+Green+Blue) = 61+70+23=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #3D4617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4617 is #C2B9E8. Grayscale: #3E3E3E. Windows color (decimal): -12761577 or 1525309. OLE color: 1525309.

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

Color convert

RGB 61 70 23 -
CMYK 0.13 0 0.67 0.73
HSL 71.49º 0.51% 0.18% -
HSV(B) 71.49º 0.67% 0.27% -
XYZ 4.27 5.43 1.63 -
YUV 61.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 61 70 23 0.13 0 0.67 0.73 71.49 0.51 0.18
Hex 3D 46 17 D 0 43 49 47 33 12
Octal 75 106 27 15 0 103 111 107 63 22
Binary 111101 1000110 10111 1101 0 1000011 1001001 1000111 110011 10010

Color Harmonies of #3D4617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4617

Black with #3D4617

Text Example


Text Example

White with #3D4617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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