Html Css Color HEX #3D411B Turtle Green

📋 copy color: '#3D411B'

red 61 ◦ green 65 ◦ blue 27

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

Shades of Turtle Green #3D411B

Tints of Turtle Green #3D411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.48%

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

R = 39.87%
G = 42.48%
B = 17.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#3D411B (or 0x3D411B) is known color: Turtle Green. HEX triplet: 3D, 41 and 1B. RGB value is (61,65,27). Sum of RGB (Red+Green+Blue) = 61+65+27=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #3D411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D411B is #C2BEE4. Grayscale: #3B3B3B. Windows color (decimal): -12762853 or 1786173. OLE color: 1786173.

HSL color Cylindrical-coordinate representation of color #3D411B: hue angle of 66.32º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D411B is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 61 65 27 -
CMYK 0.06 0 0.58 0.75
HSL 66.32º 0.41% 0.18% -
HSV(B) 66.32º 0.58% 0.25% -
XYZ 4.01 4.85 1.76 -
YUV 59.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 61 65 27 0.06 0 0.58 0.75 66.32 0.41 0.18
Hex 3D 41 1B 6 0 3A 4B 42 29 12
Octal 75 101 33 6 0 72 113 102 51 22
Binary 111101 1000001 11011 110 0 111010 1001011 1000010 101001 10010

Color Harmonies of #3D411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D411B

Black with #3D411B

Text Example


Text Example

White with #3D411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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