Html Css Color HEX #3D4015 Turtle Green

📋 copy color: '#3D4015'

red 61 ◦ green 64 ◦ blue 21

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

Shades of Turtle Green #3D4015

Tints of Turtle Green #3D4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.84%

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

R = 41.78%
G = 43.84%
B = 14.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3D4015 (or 0x3D4015) is known color: Turtle Green. HEX triplet: 3D, 40 and 15. RGB value is (61,64,21). Sum of RGB (Red+Green+Blue) = 61+64+21=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4015 is #C2BFEA. Grayscale: #3A3A3A. Windows color (decimal): -12763115 or 1392701. OLE color: 1392701.

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

Color convert

RGB 61 64 21 -
CMYK 0.05 0 0.67 0.75
HSL 64.19º 0.51% 0.17% -
HSV(B) 64.19º 0.67% 0.25% -
XYZ 3.89 4.71 1.41 -
YUV 58.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 61 64 21 0.05 0 0.67 0.75 64.19 0.51 0.17
Hex 3D 40 15 5 0 43 4B 40 33 11
Octal 75 100 25 5 0 103 113 100 63 21
Binary 111101 1000000 10101 101 0 1000011 1001011 1000000 110011 10001

Color Harmonies of #3D4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4015

Black with #3D4015

Text Example


Text Example

White with #3D4015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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