Html Css Color HEX #40410A Turtle Green

📋 copy color: '#40410A'

red 64 ◦ green 65 ◦ blue 10

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

Shades of Turtle Green #40410A

Tints of Turtle Green #40410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.76%

 BLUE value IS 10 (4.3% from 255) = 7.19%

R = 46.04%
G = 46.76%
B = 7.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#40410A (or 0x40410A) is known color: Turtle Green. HEX triplet: 40, 41 and 0A. RGB value is (64,65,10). Sum of RGB (Red+Green+Blue) = 64+65+10=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #40410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40410A is #BFBEF5. Grayscale: #3A3A3A. Windows color (decimal): -12566262 or 672064. OLE color: 672064.

HSL color Cylindrical-coordinate representation of color #40410A: hue angle of 61.09º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40410A is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 65 10 -
CMYK 0.02 0 0.85 0.75
HSL 61.09º 0.73% 0.15% -
HSV(B) 61.09º 0.85% 0.25% -
XYZ 4.06 4.89 1.02 -
YUV 58.43 100.67 131.97 -
System Red Green Blue C M Y K H S L
Decimal 64 65 10 0.02 0 0.85 0.75 61.09 0.73 0.15
Hex 40 41 A 2 0 55 4B 3D 49 F
Octal 100 101 12 2 0 125 113 75 111 17
Binary 1000000 1000001 1010 10 0 1010101 1001011 111101 1001001 1111

Color Harmonies of #40410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40410A

Black with #40410A

Text Example


Text Example

White with #40410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40410A; }

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

 H1.HeaderClassName
 {
   color: #40410A;
 }
 .AnyTagClassName
 {
   color: #40410A;
 }
</style>

background-color css

<style>
 a { background-color: #40410A; }

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

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

border-color css

<style>
 span { border-color: #40410A; }

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

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