Html Css Color HEX #403E04 Turtle Green

📋 copy color: '#403E04'

red 64 ◦ green 62 ◦ blue 4

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

Shades of Turtle Green #403E04

Tints of Turtle Green #403E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.08%

R = 49.23%
G = 47.69%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#403E04 (or 0x403E04) is known color: Turtle Green. HEX triplet: 40, 3E and 04. RGB value is (64,62,4). Sum of RGB (Red+Green+Blue) = 64+62+4=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 62 (24.61% from 255 or 47.69% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #403E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E04 is #BFC1FB. Grayscale: #383838. Windows color (decimal): -12567036 or 278080. OLE color: 278080.

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

Color convert

RGB 64 62 4 -
CMYK 0 0.03 0.94 0.75
HSL 58º 0.88% 0.13% -
HSV(B) 58º 0.94% 0.25% -
XYZ 3.86 4.54 0.79 -
YUV 55.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 64 62 4 0 0.03 0.94 0.75 58 0.88 0.13
Hex 40 3E 4 0 3 5E 4B 3A 58 D
Octal 100 76 4 0 3 136 113 72 130 15
Binary 1000000 111110 100 0 11 1011110 1001011 111010 1011000 1101

Color Harmonies of #403E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E04

Black with #403E04

Text Example


Text Example

White with #403E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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