Html Css Color HEX #413F04 Turtle Green

📋 copy color: '#413F04'

red 65 ◦ green 63 ◦ blue 4

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

Shades of Turtle Green #413F04

Tints of Turtle Green #413F04

RGB

 RED value IS 65 (25.78% from 255) = 49.24%

 GREEN value IS 63 (25% from 255) = 47.73%

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

R = 49.24%
G = 47.73%
B = 3.03%

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

#413F04 (or 0x413F04) is known color: Turtle Green. HEX triplet: 41, 3F and 04. RGB value is (65,63,4). Sum of RGB (Red+Green+Blue) = 65+63+4=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #413F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F04 is #BEC0FB. Grayscale: #393939. Windows color (decimal): -12501244 or 278337. OLE color: 278337.

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

Color convert

RGB 65 63 4 -
CMYK 0 0.03 0.94 0.75
HSL 58.03º 0.88% 0.14% -
HSV(B) 58.03º 0.94% 0.25% -
XYZ 3.98 4.69 0.81 -
YUV 56.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 65 63 4 0 0.03 0.94 0.75 58.03 0.88 0.14
Hex 41 3F 4 0 3 5E 4B 3A 58 E
Octal 101 77 4 0 3 136 113 72 130 16
Binary 1000001 111111 100 0 11 1011110 1001011 111010 1011000 1110

Color Harmonies of #413F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F04

Black with #413F04

Text Example


Text Example

White with #413F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413F04; }

 p { color: rgb(65,63,4); }

 H1.HeaderClassName
 {
   color: #413F04;
 }
 .AnyTagClassName
 {
   color: #413F04;
 }
</style>

background-color css

<style>
 a { background-color: #413F04; }

 a { background-color: rgb(65,63,4); }

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

border-color css

<style>
 span { border-color: #413F04; }

 span { border-color: rgb(65,63,4); }

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