Html Css Color HEX #3E440E Turtle Green

📋 copy color: '#3E440E'

red 62 ◦ green 68 ◦ blue 14

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

Shades of Turtle Green #3E440E

Tints of Turtle Green #3E440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.22%

 BLUE value IS 14 (5.86% from 255) = 9.72%

R = 43.06%
G = 47.22%
B = 9.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#3E440E (or 0x3E440E) is known color: Turtle Green. HEX triplet: 3E, 44 and 0E. RGB value is (62,68,14). Sum of RGB (Red+Green+Blue) = 62+68+14=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #3E440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E440E is #C1BBF1. Grayscale: #3C3C3C. Windows color (decimal): -12696562 or 934974. OLE color: 934974.

HSL color Cylindrical-coordinate representation of color #3E440E: hue angle of 66.67º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E440E is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 68 14 -
CMYK 0.09 0 0.79 0.73
HSL 66.67º 0.66% 0.16% -
HSV(B) 66.67º 0.79% 0.27% -
XYZ 4.13 5.19 1.2 -
YUV 60.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 62 68 14 0.09 0 0.79 0.73 66.67 0.66 0.16
Hex 3E 44 E 9 0 4F 49 43 42 10
Octal 76 104 16 11 0 117 111 103 102 20
Binary 111110 1000100 1110 1001 0 1001111 1001001 1000011 1000010 10000

Color Harmonies of #3E440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E440E

Black with #3E440E

Text Example


Text Example

White with #3E440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,68,14); }

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

background-color css

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

 a { background-color: rgb(62,68,14); }

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

border-color css

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

 span { border-color: rgb(62,68,14); }

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