Html Css Color HEX #403D01 Turtle Green

📋 copy color: '#403D01'

red 64 ◦ green 61 ◦ blue 1

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

Shades of Turtle Green #403D01

Tints of Turtle Green #403D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 48.41%

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 50.79%
G = 48.41%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#403D01 (or 0x403D01) is known color: Turtle Green. HEX triplet: 40, 3D and 01. RGB value is (64,61,1). Sum of RGB (Red+Green+Blue) = 64+61+1=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #403D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D01 is #BFC2FE. Grayscale: #373737. Windows color (decimal): -12567295 or 81216. OLE color: 81216.

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

Color convert

RGB 64 61 1 -
CMYK 0 0.05 0.98 0.75
HSL 57.14º 0.97% 0.13% -
HSV(B) 57.14º 0.98% 0.25% -
XYZ 3.79 4.43 0.68 -
YUV 55.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 64 61 1 0 0.05 0.98 0.75 57.14 0.97 0.13
Hex 40 3D 1 0 5 62 4B 39 61 D
Octal 100 75 1 0 5 142 113 71 141 15
Binary 1000000 111101 1 0 101 1100010 1001011 111001 1100001 1101

Color Harmonies of #403D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D01

Black with #403D01

Text Example


Text Example

White with #403D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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