Html Css Color HEX #3D461B Turtle Green

📋 copy color: '#3D461B'

red 61 ◦ green 70 ◦ blue 27

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

Shades of Turtle Green #3D461B

Tints of Turtle Green #3D461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.09%

R = 38.61%
G = 44.3%
B = 17.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#3D461B (or 0x3D461B) is known color: Turtle Green. HEX triplet: 3D, 46 and 1B. RGB value is (61,70,27). Sum of RGB (Red+Green+Blue) = 61+70+27=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #3D461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D461B is #C2B9E4. Grayscale: #3E3E3E. Windows color (decimal): -12761573 or 1787453. OLE color: 1787453.

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

Color convert

RGB 61 70 27 -
CMYK 0.13 0 0.61 0.73
HSL 72.56º 0.44% 0.19% -
HSV(B) 72.56º 0.61% 0.27% -
XYZ 4.31 5.45 1.86 -
YUV 62.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 61 70 27 0.13 0 0.61 0.73 72.56 0.44 0.19
Hex 3D 46 1B D 0 3D 49 49 2C 13
Octal 75 106 33 15 0 75 111 111 54 23
Binary 111101 1000110 11011 1101 0 111101 1001001 1001001 101100 10011

Color Harmonies of #3D461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D461B

Black with #3D461B

Text Example


Text Example

White with #3D461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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