Html Css Color HEX #3D4011 Turtle Green

📋 copy color: '#3D4011'

red 61 ◦ green 64 ◦ blue 17

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

Shades of Turtle Green #3D4011

Tints of Turtle Green #3D4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.07%

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

R = 42.96%
G = 45.07%
B = 11.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#3D4011 (or 0x3D4011) is known color: Turtle Green. HEX triplet: 3D, 40 and 11. RGB value is (61,64,17). Sum of RGB (Red+Green+Blue) = 61+64+17=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4011 is #C2BFEE. Grayscale: #393939. Windows color (decimal): -12763119 or 1130557. OLE color: 1130557.

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

Color convert

RGB 61 64 17 -
CMYK 0.05 0 0.73 0.75
HSL 63.83º 0.58% 0.16% -
HSV(B) 63.83º 0.73% 0.25% -
XYZ 3.86 4.7 1.23 -
YUV 57.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 61 64 17 0.05 0 0.73 0.75 63.83 0.58 0.16
Hex 3D 40 11 5 0 49 4B 40 3A 10
Octal 75 100 21 5 0 111 113 100 72 20
Binary 111101 1000000 10001 101 0 1001001 1001011 1000000 111010 10000

Color Harmonies of #3D4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4011

Black with #3D4011

Text Example


Text Example

White with #3D4011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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