Html Css Color HEX #3D4615 Turtle Green

📋 copy color: '#3D4615'

red 61 ◦ green 70 ◦ blue 21

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

Shades of Turtle Green #3D4615

Tints of Turtle Green #3D4615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 40.13%
G = 46.05%
B = 13.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#3D4615 (or 0x3D4615) is known color: Turtle Green. HEX triplet: 3D, 46 and 15. RGB value is (61,70,21). Sum of RGB (Red+Green+Blue) = 61+70+21=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #3D4615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4615 is #C2B9EA. Grayscale: #3D3D3D. Windows color (decimal): -12761579 or 1394237. OLE color: 1394237.

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

Color convert

RGB 61 70 21 -
CMYK 0.13 0 0.70 0.73
HSL 71.02º 0.54% 0.18% -
HSV(B) 71.02º 0.7% 0.27% -
XYZ 4.25 5.43 1.53 -
YUV 61.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 61 70 21 0.13 0 0.70 0.73 71.02 0.54 0.18
Hex 3D 46 15 D 0 46 49 47 36 12
Octal 75 106 25 15 0 106 111 107 66 22
Binary 111101 1000110 10101 1101 0 1000110 1001001 1000111 110110 10010

Color Harmonies of #3D4615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4615

Black with #3D4615

Text Example


Text Example

White with #3D4615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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