Html Css Color HEX #3D4119 Turtle Green

📋 copy color: '#3D4119'

red 61 ◦ green 65 ◦ blue 25

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

Shades of Turtle Green #3D4119

Tints of Turtle Green #3D4119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

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

R = 40.4%
G = 43.05%
B = 16.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#3D4119 (or 0x3D4119) is known color: Turtle Green. HEX triplet: 3D, 41 and 19. RGB value is (61,65,25). Sum of RGB (Red+Green+Blue) = 61+65+25=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4119 is #C2BEE6. Grayscale: #3B3B3B. Windows color (decimal): -12762855 or 1655101. OLE color: 1655101.

HSL color Cylindrical-coordinate representation of color #3D4119: hue angle of 66º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D4119 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 61 65 25 -
CMYK 0.06 0 0.62 0.75
HSL 66º 0.44% 0.18% -
HSV(B) 66º 0.62% 0.25% -
XYZ 3.99 4.84 1.64 -
YUV 59.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 61 65 25 0.06 0 0.62 0.75 66 0.44 0.18
Hex 3D 41 19 6 0 3E 4B 42 2C 12
Octal 75 101 31 6 0 76 113 102 54 22
Binary 111101 1000001 11001 110 0 111110 1001011 1000010 101100 10010

Color Harmonies of #3D4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4119

Black with #3D4119

Text Example


Text Example

White with #3D4119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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