Html Css Color HEX #3D461F Turtle Green

📋 copy color: '#3D461F'

red 61 ◦ green 70 ◦ blue 31

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

Shades of Turtle Green #3D461F

Tints of Turtle Green #3D461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.21%

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

R = 37.65%
G = 43.21%
B = 19.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#3D461F (or 0x3D461F) is known color: Turtle Green. HEX triplet: 3D, 46 and 1F. RGB value is (61,70,31). Sum of RGB (Red+Green+Blue) = 61+70+31=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #3D461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D461F is #C2B9E0. Grayscale: #3F3F3F. Windows color (decimal): -12761569 or 2049597. OLE color: 2049597.

HSL color Cylindrical-coordinate representation of color #3D461F: hue angle of 73.85º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D461F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 70 31 -
CMYK 0.13 0 0.56 0.73
HSL 73.85º 0.39% 0.2% -
HSV(B) 73.85º 0.56% 0.27% -
XYZ 4.36 5.47 2.12 -
YUV 62.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 61 70 31 0.13 0 0.56 0.73 73.85 0.39 0.2
Hex 3D 46 1F D 0 38 49 4A 27 14
Octal 75 106 37 15 0 70 111 112 47 24
Binary 111101 1000110 11111 1101 0 111000 1001001 1001010 100111 10100

Color Harmonies of #3D461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D461F

Black with #3D461F

Text Example


Text Example

White with #3D461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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