Html Css Color HEX #3D4515 Turtle Green

📋 copy color: '#3D4515'

red 61 ◦ green 69 ◦ blue 21

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

Shades of Turtle Green #3D4515

Tints of Turtle Green #3D4515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.7%

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

R = 40.4%
G = 45.7%
B = 13.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#3D4515 (or 0x3D4515) is known color: Turtle Green. HEX triplet: 3D, 45 and 15. RGB value is (61,69,21). Sum of RGB (Red+Green+Blue) = 61+69+21=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4515 is #C2BAEA. Grayscale: #3D3D3D. Windows color (decimal): -12761835 or 1393981. OLE color: 1393981.

HSL color Cylindrical-coordinate representation of color #3D4515: hue angle of 70º degrees, saturation: 0.53, 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 #3D4515 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 69 21 -
CMYK 0.12 0 0.70 0.73
HSL 70º 0.53% 0.18% -
HSV(B) 70º 0.7% 0.27% -
XYZ 4.19 5.3 1.51 -
YUV 61.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 61 69 21 0.12 0 0.70 0.73 70 0.53 0.18
Hex 3D 45 15 C 0 46 49 46 35 12
Octal 75 105 25 14 0 106 111 106 65 22
Binary 111101 1000101 10101 1100 0 1000110 1001001 1000110 110101 10010

Color Harmonies of #3D4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4515

Black with #3D4515

Text Example


Text Example

White with #3D4515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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