Html Css Color HEX #41400F Turtle Green

📋 copy color: '#41400F'

red 65 ◦ green 64 ◦ blue 15

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

Shades of Turtle Green #41400F

Tints of Turtle Green #41400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.44%

 BLUE value IS 15 (6.25% from 255) = 10.42%

R = 45.14%
G = 44.44%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41400F (or 0x41400F) is known color: Turtle Green. HEX triplet: 41, 40 and 0F. RGB value is (65,64,15). Sum of RGB (Red+Green+Blue) = 65+64+15=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41400F is #BEBFF0. Grayscale: #3A3A3A. Windows color (decimal): -12500977 or 999489. OLE color: 999489.

HSL color Cylindrical-coordinate representation of color #41400F: hue angle of 58.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41400F is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 64 15 -
CMYK 0 0.02 0.77 0.75
HSL 58.8º 0.63% 0.16% -
HSV(B) 58.8º 0.77% 0.25% -
XYZ 4.1 4.83 1.17 -
YUV 58.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 65 64 15 0 0.02 0.77 0.75 58.8 0.63 0.16
Hex 41 40 F 0 2 4D 4B 3B 3E 10
Octal 101 100 17 0 2 115 113 73 76 20
Binary 1000001 1000000 1111 0 10 1001101 1001011 111011 111110 10000

Color Harmonies of #41400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41400F

Black with #41400F

Text Example


Text Example

White with #41400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41400F; }

 p { color: rgb(65,64,15); }

 H1.HeaderClassName
 {
   color: #41400F;
 }
 .AnyTagClassName
 {
   color: #41400F;
 }
</style>

background-color css

<style>
 a { background-color: #41400F; }

 a { background-color: rgb(65,64,15); }

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

border-color css

<style>
 span { border-color: #41400F; }

 span { border-color: rgb(65,64,15); }

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