Html Css Color HEX #3D420A Turtle Green

📋 copy color: '#3D420A'

red 61 ◦ green 66 ◦ blue 10

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

Shades of Turtle Green #3D420A

Tints of Turtle Green #3D420A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.3%

R = 44.53%
G = 48.18%
B = 7.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#3D420A (or 0x3D420A) is known color: Turtle Green. HEX triplet: 3D, 42 and 0A. RGB value is (61,66,10). Sum of RGB (Red+Green+Blue) = 61+66+10=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #3D420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D420A is #C2BDF5. Grayscale: #3A3A3A. Windows color (decimal): -12762614 or 672317. OLE color: 672317.

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

Color convert

RGB 61 66 10 -
CMYK 0.08 0 0.85 0.74
HSL 65.36º 0.74% 0.15% -
HSV(B) 65.36º 0.85% 0.26% -
XYZ 3.93 4.91 1.03 -
YUV 58.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 61 66 10 0.08 0 0.85 0.74 65.36 0.74 0.15
Hex 3D 42 A 8 0 55 4A 41 4A F
Octal 75 102 12 10 0 125 112 101 112 17
Binary 111101 1000010 1010 1000 0 1010101 1001010 1000001 1001010 1111

Color Harmonies of #3D420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D420A

Black with #3D420A

Text Example


Text Example

White with #3D420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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