Html Css Color HEX #3D410D Turtle Green

📋 copy color: '#3D410D'

red 61 ◦ green 65 ◦ blue 13

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

Shades of Turtle Green #3D410D

Tints of Turtle Green #3D410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.35%

R = 43.88%
G = 46.76%
B = 9.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#3D410D (or 0x3D410D) is known color: Turtle Green. HEX triplet: 3D, 41 and 0D. RGB value is (61,65,13). Sum of RGB (Red+Green+Blue) = 61+65+13=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #3D410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D410D is #C2BEF2. Grayscale: #3A3A3A. Windows color (decimal): -12762867 or 868669. OLE color: 868669.

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

Color convert

RGB 61 65 13 -
CMYK 0.06 0 0.80 0.75
HSL 64.62º 0.67% 0.15% -
HSV(B) 64.62º 0.8% 0.25% -
XYZ 3.89 4.8 1.1 -
YUV 57.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 61 65 13 0.06 0 0.80 0.75 64.62 0.67 0.15
Hex 3D 41 D 6 0 50 4B 41 43 F
Octal 75 101 15 6 0 120 113 101 103 17
Binary 111101 1000001 1101 110 0 1010000 1001011 1000001 1000011 1111

Color Harmonies of #3D410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D410D

Black with #3D410D

Text Example


Text Example

White with #3D410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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