#403F0C

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

Shades of Turtle Green #403F0C

Tints of Turtle Green #403F0C

Color information

#403F0C (or 0x403F0C) is unknown color: approx Turtle Green. HEX triplet: 40, 3F and 0C. RGB value is (64,63,12). Sum of RGB (Red+Green+Blue) = 64+63+12=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F0C is #BFC0F3. Grayscale: #393939. Windows color (decimal): -12566772 or 802624. OLE color: 802624.

HSL color Cylindrical-coordinate representation of color #403F0C: hue angle of 58.85º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #403F0C is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB646312-
CMYK00.020.810.75
HSL58.85º68.42%14.9%-
HSV(B)58.85º81.25%25.1%-
XYZ3.964.671.04-
YUV57.48102.33132.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 12 (5.08% from 255) = 8.63%
R=46.04%
G=45.32%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64631200.020.810.7558.8568.4214.9
Hex403FC02514B3b44f
Octal1007714021211137310417
Binary100000011111111000101010001100101111101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403F0C; }

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

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

<style>
 a { background-color: #403F0C; }

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

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

<style>
 span { border-color: #403F0C; }

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

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