Html Css Color HEX #3E400E Turtle Green

📋 copy color: '#3E400E'

red 62 ◦ green 64 ◦ blue 14

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

Shades of Turtle Green #3E400E

Tints of Turtle Green #3E400E

RGB

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

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

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

R = 44.29%
G = 45.71%
B = 10%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#3E400E (or 0x3E400E) is known color: Turtle Green. HEX triplet: 3E, 40 and 0E. RGB value is (62,64,14). Sum of RGB (Red+Green+Blue) = 62+64+14=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #3E400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E400E is #C1BFF1. Grayscale: #393939. Windows color (decimal): -12697586 or 933950. OLE color: 933950.

HSL color Cylindrical-coordinate representation of color #3E400E: hue angle of 62.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E400E is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 64 14 -
CMYK 0.03 0 0.78 0.75
HSL 62.4º 0.64% 0.15% -
HSV(B) 62.4º 0.78% 0.25% -
XYZ 3.9 4.72 1.12 -
YUV 57.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 62 64 14 0.03 0 0.78 0.75 62.4 0.64 0.15
Hex 3E 40 E 3 0 4E 4B 3E 40 F
Octal 76 100 16 3 0 116 113 76 100 17
Binary 111110 1000000 1110 11 0 1001110 1001011 111110 1000000 1111

Color Harmonies of #3E400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E400E

Black with #3E400E

Text Example


Text Example

White with #3E400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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