Html Css Color HEX #3E4013 Turtle Green

📋 copy color: '#3E4013'

red 62 ◦ green 64 ◦ blue 19

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

Shades of Turtle Green #3E4013

Tints of Turtle Green #3E4013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.1%

R = 42.76%
G = 44.14%
B = 13.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3E4013 (or 0x3E4013) is known color: Turtle Green. HEX triplet: 3E, 40 and 13. RGB value is (62,64,19). Sum of RGB (Red+Green+Blue) = 62+64+19=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4013 is #C1BFEC. Grayscale: #3A3A3A. Windows color (decimal): -12697581 or 1261630. OLE color: 1261630.

HSL color Cylindrical-coordinate representation of color #3E4013: hue angle of 62.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E4013 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 64 19 -
CMYK 0.03 0 0.70 0.75
HSL 62.67º 0.54% 0.16% -
HSV(B) 62.67º 0.7% 0.25% -
XYZ 3.94 4.74 1.32 -
YUV 58.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 62 64 19 0.03 0 0.70 0.75 62.67 0.54 0.16
Hex 3E 40 13 3 0 46 4B 3F 36 10
Octal 76 100 23 3 0 106 113 77 66 20
Binary 111110 1000000 10011 11 0 1000110 1001011 111111 110110 10000

Color Harmonies of #3E4013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4013

Black with #3E4013

Text Example


Text Example

White with #3E4013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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