Html Css Color HEX #3E4014 Turtle Green

📋 copy color: '#3E4014'

red 62 ◦ green 64 ◦ blue 20

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

Shades of Turtle Green #3E4014

Tints of Turtle Green #3E4014

RGB

 RED value IS 62 (24.61% from 255) = 42.47%

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

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

R = 42.47%
G = 43.84%
B = 13.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#3E4014 (or 0x3E4014) is known color: Turtle Green. HEX triplet: 3E, 40 and 14. RGB value is (62,64,20). Sum of RGB (Red+Green+Blue) = 62+64+20=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4014 is #C1BFEB. Grayscale: #3A3A3A. Windows color (decimal): -12697580 or 1327166. OLE color: 1327166.

HSL color Cylindrical-coordinate representation of color #3E4014: hue angle of 62.73º 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 #3E4014 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 64 20 -
CMYK 0.03 0 0.69 0.75
HSL 62.73º 0.52% 0.16% -
HSV(B) 62.73º 0.69% 0.25% -
XYZ 3.95 4.74 1.37 -
YUV 58.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 62 64 20 0.03 0 0.69 0.75 62.73 0.52 0.16
Hex 3E 40 14 3 0 45 4B 3F 34 10
Octal 76 100 24 3 0 105 113 77 64 20
Binary 111110 1000000 10100 11 0 1000101 1001011 111111 110100 10000

Color Harmonies of #3E4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4014

Black with #3E4014

Text Example


Text Example

White with #3E4014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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