#3F4102

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

Shades of Turtle Green #3F4102

Tints of Turtle Green #3F4102

Color information

#3F4102 (or 0x3F4102) is unknown color: approx Turtle Green. HEX triplet: 3F, 41 and 02. RGB value is (63,65,2). Sum of RGB (Red+Green+Blue) = 63+65+2=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4102 is #C0BEFD. Grayscale: #393939. Windows color (decimal): -12631806 or 147775. OLE color: 147775.

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

Color convert

RGB63652-
CMYK0.0300.970.75
HSL61.9º94.03%13.14%-
HSV(B)61.9º96.92%25.49%-
XYZ3.954.840.78-
YUV57.2296.84132.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.46%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=48.46%
G=50%
B=1.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal636520.0300.970.7561.994.0313.14
Hex3F41230614B3e5ed
Octal771012301411137613615
Binary1111111000001101101100001100101111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,65,2); }

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

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

 a { background-color: rgb(63,65,2); }

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

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

 span { border-color: rgb(63,65,2); }

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