#3E4301

Color #3E4301 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #3E4301

Tints of Turtle Green #3E4301

Color information

#3E4301 (or 0x3E4301) is unknown color: approx Turtle Green. HEX triplet: 3E, 43 and 01. RGB value is (62,67,1). Sum of RGB (Red+Green+Blue) = 62+67+1=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #3E4301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4301 is #C1BCFE. Grayscale: #3A3A3A. Windows color (decimal): -12696831 or 82750. OLE color: 82750.

HSL color Cylindrical-coordinate representation of color #3E4301: hue angle of 64.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E4301 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB62671-
CMYK0.0700.990.74
HSL64.55º97.06%13.33%-
HSV(B)64.55º98.51%26.27%-
XYZ45.040.79-
YUV57.9895.84130.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.69%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=47.69%
G=51.54%
B=0.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal626710.0700.990.7464.5597.0613.33
Hex3E43170634A4161d
Octal7610317014311210114115
Binary11111010000111111011000111001010100000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,67,1); }

 H1.HeaderClassName
 {
   color: #3E4301;
 }
 .AnyTagClassName
 {
   color: #3E4301;
 }
</style>
background-color css

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

 a { background-color: rgb(62,67,1); }

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

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

 span { border-color: rgb(62,67,1); }

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