#3F4510

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

Shades of Turtle Green #3F4510

Tints of Turtle Green #3F4510

Color information

#3F4510 (or 0x3F4510) is unknown color: approx Turtle Green. HEX triplet: 3F, 45 and 10. RGB value is (63,69,16). Sum of RGB (Red+Green+Blue) = 63+69+16=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4510 is #C0BAEF. Grayscale: #3D3D3D. Windows color (decimal): -12630768 or 1066303. OLE color: 1066303.

HSL color Cylindrical-coordinate representation of color #3F4510: hue angle of 66.79º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F4510 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB636916-
CMYK0.0900.770.73
HSL66.79º62.35%16.67%-
HSV(B)66.79º76.81%27.06%-
XYZ4.275.351.3-
YUV61.16102.51129.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.57%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=42.57%
G=46.62%
B=10.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6369160.0900.770.7366.7962.3516.67
Hex3F4510904D49433e11
Octal77105201101151111037621
Binary1111111000101100001001010011011001001100001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,16); }

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

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

 a { background-color: rgb(63,69,16); }

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

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

 span { border-color: rgb(63,69,16); }

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