Html Css Color HEX #403E00 Turtle Green

📋 copy color: '#403E00'

red 64 ◦ green 62 ◦ blue 0

#403E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #403E00

Tints of Turtle Green #403E00

RGB

 RED value IS 64 (25.39% from 255) = 50.79%

 GREEN value IS 62 (24.61% from 255) = 49.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.79%
G = 49.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#403E00 (or 0x403E00) is known color: Turtle Green. HEX triplet: 40, 3E and 00. RGB value is (64,62,0). Sum of RGB (Red+Green+Blue) = 64+62+0=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #403E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E00 is #BFC1FF. Grayscale: #373737. Windows color (decimal): -12567040 or 15936. OLE color: 15936.

HSL color Cylindrical-coordinate representation of color #403E00: hue angle of 58.12º 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 #403E00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 62 0 -
CMYK 0 0.03 1 0.75
HSL 58.13º 1% 0.13% -
HSV(B) 58.13º 1% 0.25% -
XYZ 3.84 4.54 0.67 -
YUV 55.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 64 62 0 0 0.03 1 0.75 58.13 1 0.13
Hex 40 3E 0 0 3 64 4B 3A 64 D
Octal 100 76 0 0 3 144 113 72 144 15
Binary 1000000 111110 0 0 11 1100100 1001011 111010 1100100 1101

Color Harmonies of #403E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E00

Black with #403E00

Text Example


Text Example

White with #403E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #403E00;
 }
 .AnyTagClassName
 {
   color: #403E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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