Html Css Color HEX #3D4115 Turtle Green

📋 copy color: '#3D4115'

red 61 ◦ green 65 ◦ blue 21

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

Shades of Turtle Green #3D4115

Tints of Turtle Green #3D4115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 41.5%
G = 44.22%
B = 14.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#3D4115 (or 0x3D4115) is known color: Turtle Green. HEX triplet: 3D, 41 and 15. RGB value is (61,65,21). Sum of RGB (Red+Green+Blue) = 61+65+21=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4115 is #C2BEEA. Grayscale: #3A3A3A. Windows color (decimal): -12762859 or 1392957. OLE color: 1392957.

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

Color convert

RGB 61 65 21 -
CMYK 0.06 0 0.68 0.75
HSL 65.45º 0.51% 0.17% -
HSV(B) 65.45º 0.68% 0.25% -
XYZ 3.95 4.83 1.43 -
YUV 58.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 61 65 21 0.06 0 0.68 0.75 65.45 0.51 0.17
Hex 3D 41 15 6 0 44 4B 41 33 11
Octal 75 101 25 6 0 104 113 101 63 21
Binary 111101 1000001 10101 110 0 1000100 1001011 1000001 110011 10001

Color Harmonies of #3D4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4115

Black with #3D4115

Text Example


Text Example

White with #3D4115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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