Html Css Color HEX #3D421F Turtle Green

📋 copy color: '#3D421F'

red 61 ◦ green 66 ◦ blue 31

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

Shades of Turtle Green #3D421F

Tints of Turtle Green #3D421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.62%

R = 38.61%
G = 41.77%
B = 19.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#3D421F (or 0x3D421F) is known color: Turtle Green. HEX triplet: 3D, 42 and 1F. RGB value is (61,66,31). Sum of RGB (Red+Green+Blue) = 61+66+31=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #3D421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D421F is #C2BDE0. Grayscale: #3C3C3C. Windows color (decimal): -12762593 or 2048573. OLE color: 2048573.

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

Color convert

RGB 61 66 31 -
CMYK 0.08 0 0.53 0.74
HSL 68.57º 0.36% 0.19% -
HSV(B) 68.57º 0.53% 0.26% -
XYZ 4.12 4.99 2.04 -
YUV 60.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 61 66 31 0.08 0 0.53 0.74 68.57 0.36 0.19
Hex 3D 42 1F 8 0 35 4A 45 24 13
Octal 75 102 37 10 0 65 112 105 44 23
Binary 111101 1000010 11111 1000 0 110101 1001010 1000101 100100 10011

Color Harmonies of #3D421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D421F

Black with #3D421F

Text Example


Text Example

White with #3D421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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