Html Css Color HEX #3D4511 Turtle Green

📋 copy color: '#3D4511'

red 61 ◦ green 69 ◦ blue 17

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

Shades of Turtle Green #3D4511

Tints of Turtle Green #3D4511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.56%

R = 41.5%
G = 46.94%
B = 11.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#3D4511 (or 0x3D4511) is known color: Turtle Green. HEX triplet: 3D, 45 and 11. RGB value is (61,69,17). Sum of RGB (Red+Green+Blue) = 61+69+17=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4511 is #C2BAEE. Grayscale: #3C3C3C. Windows color (decimal): -12761839 or 1131837. OLE color: 1131837.

HSL color Cylindrical-coordinate representation of color #3D4511: hue angle of 69.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D4511 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 69 17 -
CMYK 0.12 0 0.75 0.73
HSL 69.23º 0.6% 0.17% -
HSV(B) 69.23º 0.75% 0.27% -
XYZ 4.15 5.29 1.33 -
YUV 60.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 61 69 17 0.12 0 0.75 0.73 69.23 0.6 0.17
Hex 3D 45 11 C 0 4B 49 45 3C 11
Octal 75 105 21 14 0 113 111 105 74 21
Binary 111101 1000101 10001 1100 0 1001011 1001001 1000101 111100 10001

Color Harmonies of #3D4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4511

Black with #3D4511

Text Example


Text Example

White with #3D4511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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