Html Css Color HEX #3D4014 Turtle Green

📋 copy color: '#3D4014'

red 61 ◦ green 64 ◦ blue 20

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

Shades of Turtle Green #3D4014

Tints of Turtle Green #3D4014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.79%

R = 42.07%
G = 44.14%
B = 13.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#3D4014 (or 0x3D4014) is known color: Turtle Green. HEX triplet: 3D, 40 and 14. RGB value is (61,64,20). Sum of RGB (Red+Green+Blue) = 61+64+20=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4014 is #C2BFEB. Grayscale: #3A3A3A. Windows color (decimal): -12763116 or 1327165. OLE color: 1327165.

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

Color convert

RGB 61 64 20 -
CMYK 0.05 0 0.69 0.75
HSL 64.09º 0.52% 0.16% -
HSV(B) 64.09º 0.69% 0.25% -
XYZ 3.88 4.71 1.37 -
YUV 58.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 61 64 20 0.05 0 0.69 0.75 64.09 0.52 0.16
Hex 3D 40 14 5 0 45 4B 40 34 10
Octal 75 100 24 5 0 105 113 100 64 20
Binary 111101 1000000 10100 101 0 1000101 1001011 1000000 110100 10000

Color Harmonies of #3D4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4014

Black with #3D4014

Text Example


Text Example

White with #3D4014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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