Html Css Color HEX #3D4100 Turtle Green

📋 copy color: '#3D4100'

red 61 ◦ green 65 ◦ blue 0

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

Shades of Turtle Green #3D4100

Tints of Turtle Green #3D4100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.41%
G = 51.59%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3D4100 (or 0x3D4100) is known color: Turtle Green. HEX triplet: 3D, 41 and 00. RGB value is (61,65,0). Sum of RGB (Red+Green+Blue) = 61+65+0=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4100 is #C2BEFF. Grayscale: #383838. Windows color (decimal): -12762880 or 16701. OLE color: 16701.

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

Color convert

RGB 61 65 0 -
CMYK 0.06 0 1 0.75
HSL 63.69º 1% 0.13% -
HSV(B) 63.69º 1% 0.25% -
XYZ 3.81 4.77 0.72 -
YUV 56.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 61 65 0 0.06 0 1 0.75 63.69 1 0.13
Hex 3D 41 0 6 0 64 4B 40 64 D
Octal 75 101 0 6 0 144 113 100 144 15
Binary 111101 1000001 0 110 0 1100100 1001011 1000000 1100100 1101

Color Harmonies of #3D4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4100

Black with #3D4100

Text Example


Text Example

White with #3D4100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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