Html Css Color HEX #3D4110 Turtle Green

📋 copy color: '#3D4110'

red 61 ◦ green 65 ◦ blue 16

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

Shades of Turtle Green #3D4110

Tints of Turtle Green #3D4110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.27%

R = 42.96%
G = 45.77%
B = 11.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3D4110 (or 0x3D4110) is known color: Turtle Green. HEX triplet: 3D, 41 and 10. RGB value is (61,65,16). Sum of RGB (Red+Green+Blue) = 61+65+16=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4110 is #C2BEEF. Grayscale: #3A3A3A. Windows color (decimal): -12762864 or 1065277. OLE color: 1065277.

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

Color convert

RGB 61 65 16 -
CMYK 0.06 0 0.75 0.75
HSL 64.9º 0.6% 0.16% -
HSV(B) 64.9º 0.75% 0.25% -
XYZ 3.91 4.81 1.21 -
YUV 58.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 61 65 16 0.06 0 0.75 0.75 64.9 0.6 0.16
Hex 3D 41 10 6 0 4B 4B 41 3C 10
Octal 75 101 20 6 0 113 113 101 74 20
Binary 111101 1000001 10000 110 0 1001011 1001011 1000001 111100 10000

Color Harmonies of #3D4110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4110

Black with #3D4110

Text Example


Text Example

White with #3D4110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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