#3F410C

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

Shades of Turtle Green #3F410C

Tints of Turtle Green #3F410C

Color information

#3F410C (or 0x3F410C) is unknown color: approx Turtle Green. HEX triplet: 3F, 41 and 0C. RGB value is (63,65,12). Sum of RGB (Red+Green+Blue) = 63+65+12=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #3F410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F410C is #C0BEF3. Grayscale: #3A3A3A. Windows color (decimal): -12631796 or 803135. OLE color: 803135.

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

Color convert

RGB636512-
CMYK0.0300.820.75
HSL62.26º68.83%15.1%-
HSV(B)62.26º81.54%25.49%-
XYZ4.014.861.08-
YUV58.36101.84131.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 12 (5.08% from 255) = 8.57%
R=45%
G=46.43%
B=8.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6365120.0300.820.7562.2668.8315.1
Hex3F41C30524B3e45f
Octal7710114301221137610517
Binary111111100000111001101010010100101111111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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