Html Css Color HEX #3D4919 Turtle Green

📋 copy color: '#3D4919'

red 61 ◦ green 73 ◦ blue 25

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

Shades of Turtle Green #3D4919

Tints of Turtle Green #3D4919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 38.36%
G = 45.91%
B = 15.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#3D4919 (or 0x3D4919) is known color: Turtle Green. HEX triplet: 3D, 49 and 19. RGB value is (61,73,25). Sum of RGB (Red+Green+Blue) = 61+73+25=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4919 is #C2B6E6. Grayscale: #404040. Windows color (decimal): -12760807 or 1657149. OLE color: 1657149.

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

Color convert

RGB 61 73 25 -
CMYK 0.16 0 0.66 0.71
HSL 75º 0.49% 0.19% -
HSV(B) 75º 0.66% 0.29% -
XYZ 4.48 5.83 1.81 -
YUV 63.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 61 73 25 0.16 0 0.66 0.71 75 0.49 0.19
Hex 3D 49 19 10 0 42 47 4B 31 13
Octal 75 111 31 20 0 102 107 113 61 23
Binary 111101 1001001 11001 10000 0 1000010 1000111 1001011 110001 10011

Color Harmonies of #3D4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4919

Black with #3D4919

Text Example


Text Example

White with #3D4919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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