#3E4100

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

Shades of Turtle Green #3E4100

Tints of Turtle Green #3E4100

Color information

#3E4100 (or 0x3E4100) is unknown color: approx Turtle Green. HEX triplet: 3E, 41 and 00. RGB value is (62,65,0). Sum of RGB (Red+Green+Blue) = 62+65+0=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4100 is #C1BEFF. Grayscale: #383838. Windows color (decimal): -12697344 or 16702. OLE color: 16702.

HSL color Cylindrical-coordinate representation of color #3E4100: hue angle of 62.77º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E4100 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB62650-
CMYK0.05010.75
HSL62.77º100%12.75%-
HSV(B)62.77º100%25.49%-
XYZ3.884.80.72-
YUV56.6996.01131.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.82%
GREEN value IS 65 (25.78% from 255) = 51.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.82%
G=51.18%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal626500.05010.7562.7710012.75
Hex3E41050644B3f64d
Octal761010501441137714415
Binary1111101000001010101100100100101111111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,65,0); }

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

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

 a { background-color: rgb(62,65,0); }

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

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

 span { border-color: rgb(62,65,0); }

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