Html Css Color HEX #413F05 Turtle Green

📋 copy color: '#413F05'

red 65 ◦ green 63 ◦ blue 5

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

Shades of Turtle Green #413F05

Tints of Turtle Green #413F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 48.87%
G = 47.37%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#413F05 (or 0x413F05) is known color: Turtle Green. HEX triplet: 41, 3F and 05. RGB value is (65,63,5). Sum of RGB (Red+Green+Blue) = 65+63+5=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #413F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F05 is #BEC0FA. Grayscale: #393939. Windows color (decimal): -12501243 or 343873. OLE color: 343873.

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

Color convert

RGB 65 63 5 -
CMYK 0 0.03 0.92 0.75
HSL 58º 0.86% 0.14% -
HSV(B) 58º 0.92% 0.25% -
XYZ 3.98 4.69 0.84 -
YUV 56.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 65 63 5 0 0.03 0.92 0.75 58 0.86 0.14
Hex 41 3F 5 0 3 5C 4B 3A 56 E
Octal 101 77 5 0 3 134 113 72 126 16
Binary 1000001 111111 101 0 11 1011100 1001011 111010 1010110 1110

Color Harmonies of #413F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F05

Black with #413F05

Text Example


Text Example

White with #413F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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