Html Css Color HEX #3D4915 Turtle Green

📋 copy color: '#3D4915'

red 61 ◦ green 73 ◦ blue 21

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

Shades of Turtle Green #3D4915

Tints of Turtle Green #3D4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.1%

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

R = 39.35%
G = 47.1%
B = 13.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#3D4915 (or 0x3D4915) is known color: Turtle Green. HEX triplet: 3D, 49 and 15. RGB value is (61,73,21). Sum of RGB (Red+Green+Blue) = 61+73+21=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4915 is #C2B6EA. Grayscale: #3F3F3F. Windows color (decimal): -12760811 or 1395005. OLE color: 1395005.

HSL color Cylindrical-coordinate representation of color #3D4915: hue angle of 73.85º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D4915 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 73 21 -
CMYK 0.16 0 0.71 0.71
HSL 73.85º 0.55% 0.18% -
HSV(B) 73.85º 0.71% 0.29% -
XYZ 4.44 5.81 1.6 -
YUV 63.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 61 73 21 0.16 0 0.71 0.71 73.85 0.55 0.18
Hex 3D 49 15 10 0 47 47 4A 37 12
Octal 75 111 25 20 0 107 107 112 67 22
Binary 111101 1001001 10101 10000 0 1000111 1000111 1001010 110111 10010

Color Harmonies of #3D4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4915

Black with #3D4915

Text Example


Text Example

White with #3D4915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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