Html Css Color HEX #3D400D Turtle Green

📋 copy color: '#3D400D'

red 61 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #3D400D

Tints of Turtle Green #3D400D

RGB

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

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

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

R = 44.2%
G = 46.38%
B = 9.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#3D400D (or 0x3D400D) is known color: Turtle Green. HEX triplet: 3D, 40 and 0D. RGB value is (61,64,13). Sum of RGB (Red+Green+Blue) = 61+64+13=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #3D400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D400D is #C2BFF2. Grayscale: #393939. Windows color (decimal): -12763123 or 868413. OLE color: 868413.

HSL color Cylindrical-coordinate representation of color #3D400D: hue angle of 63.53º degrees, saturation: 0.66, 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 #3D400D is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 61 64 13 -
CMYK 0.05 0 0.80 0.75
HSL 63.53º 0.66% 0.15% -
HSV(B) 63.53º 0.8% 0.25% -
XYZ 3.83 4.69 1.08 -
YUV 57.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 61 64 13 0.05 0 0.80 0.75 63.53 0.66 0.15
Hex 3D 40 D 5 0 50 4B 40 42 F
Octal 75 100 15 5 0 120 113 100 102 17
Binary 111101 1000000 1101 101 0 1010000 1001011 1000000 1000010 1111

Color Harmonies of #3D400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D400D

Black with #3D400D

Text Example


Text Example

White with #3D400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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