#403D00

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

Shades of Turtle Green #403D00

Tints of Turtle Green #403D00

Color information

#403D00 (or 0x403D00) is unknown color: approx Turtle Green. HEX triplet: 40, 3D and 00. RGB value is (64,61,0). Sum of RGB (Red+Green+Blue) = 64+61+0=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #403D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D00 is #BFC2FF. Grayscale: #373737. Windows color (decimal): -12567296 or 15680. OLE color: 15680.

HSL color Cylindrical-coordinate representation of color #403D00: hue angle of 57.19º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #403D00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB64610-
CMYK00.0510.75
HSL57.19º100%12.55%-
HSV(B)57.19º100%25.1%-
XYZ3.784.430.66-
YUV54.9496.99134.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 61 (24.22% from 255) = 48.8%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.2%
G=48.8%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6461000.0510.7557.1910012.55
Hex403D005644B3964d
Octal100750051441137114415
Binary1000000111101001011100100100101111100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,61,0); }

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

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

 a { background-color: rgb(64,61,0); }

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

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

 span { border-color: rgb(64,61,0); }

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