Html Css Color HEX #3D420D Turtle Green

📋 copy color: '#3D420D'

red 61 ◦ green 66 ◦ blue 13

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

Shades of Turtle Green #3D420D

Tints of Turtle Green #3D420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.14%

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

R = 43.57%
G = 47.14%
B = 9.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#3D420D (or 0x3D420D) is known color: Turtle Green. HEX triplet: 3D, 42 and 0D. RGB value is (61,66,13). Sum of RGB (Red+Green+Blue) = 61+66+13=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #3D420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D420D is #C2BDF2. Grayscale: #3A3A3A. Windows color (decimal): -12762611 or 868925. OLE color: 868925.

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

Color convert

RGB 61 66 13 -
CMYK 0.08 0 0.80 0.74
HSL 65.66º 0.67% 0.15% -
HSV(B) 65.66º 0.8% 0.26% -
XYZ 3.95 4.92 1.12 -
YUV 58.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 61 66 13 0.08 0 0.80 0.74 65.66 0.67 0.15
Hex 3D 42 D 8 0 50 4A 42 43 F
Octal 75 102 15 10 0 120 112 102 103 17
Binary 111101 1000010 1101 1000 0 1010000 1001010 1000010 1000011 1111

Color Harmonies of #3D420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D420D

Black with #3D420D

Text Example


Text Example

White with #3D420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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