#3F410A

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

Shades of Turtle Green #3F410A

Tints of Turtle Green #3F410A

Color information

#3F410A (or 0x3F410A) is unknown color: approx Turtle Green. HEX triplet: 3F, 41 and 0A. RGB value is (63,65,10). Sum of RGB (Red+Green+Blue) = 63+65+10=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #3F410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F410A is #C0BEF5. Grayscale: #3A3A3A. Windows color (decimal): -12631798 or 672063. OLE color: 672063.

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

Color convert

RGB636510-
CMYK0.0300.850.75
HSL62.18º73.33%14.71%-
HSV(B)62.18º84.62%25.49%-
XYZ3.994.861.01-
YUV58.13100.84131.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.65%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=45.65%
G=47.10%
B=7.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6365100.0300.850.7562.1873.3314.71
Hex3F41A30554B3e49f
Octal7710112301251137611117
Binary111111100000110101101010101100101111111010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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