Html Css Color HEX #3D4105 Turtle Green

📋 copy color: '#3D4105'

red 61 ◦ green 65 ◦ blue 5

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

Shades of Turtle Green #3D4105

Tints of Turtle Green #3D4105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.82%

R = 46.56%
G = 49.62%
B = 3.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#3D4105 (or 0x3D4105) is known color: Turtle Green. HEX triplet: 3D, 41 and 05. RGB value is (61,65,5). Sum of RGB (Red+Green+Blue) = 61+65+5=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4105 is #C2BEFA. Grayscale: #393939. Windows color (decimal): -12762875 or 344381. OLE color: 344381.

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

Color convert

RGB 61 65 5 -
CMYK 0.06 0 0.92 0.75
HSL 64º 0.86% 0.14% -
HSV(B) 64º 0.92% 0.25% -
XYZ 3.84 4.78 0.86 -
YUV 56.96 98.67 130.88 -
System Red Green Blue C M Y K H S L
Decimal 61 65 5 0.06 0 0.92 0.75 64 0.86 0.14
Hex 3D 41 5 6 0 5C 4B 40 56 E
Octal 75 101 5 6 0 134 113 100 126 16
Binary 111101 1000001 101 110 0 1011100 1001011 1000000 1010110 1110

Color Harmonies of #3D4105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4105

Black with #3D4105

Text Example


Text Example

White with #3D4105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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