Html Css Color HEX #404110 Turtle Green

📋 copy color: '#404110'

red 64 ◦ green 65 ◦ blue 16

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

Shades of Turtle Green #404110

Tints of Turtle Green #404110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.03%

R = 44.14%
G = 44.83%
B = 11.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#404110 (or 0x404110) is known color: Turtle Green. HEX triplet: 40, 41 and 10. RGB value is (64,65,16). Sum of RGB (Red+Green+Blue) = 64+65+16=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #404110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404110 is #BFBEEF. Grayscale: #3B3B3B. Windows color (decimal): -12566256 or 1065280. OLE color: 1065280.

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

Color convert

RGB 64 65 16 -
CMYK 0.02 0 0.75 0.75
HSL 61.22º 0.6% 0.16% -
HSV(B) 61.22º 0.75% 0.25% -
XYZ 4.1 4.91 1.22 -
YUV 59.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 64 65 16 0.02 0 0.75 0.75 61.22 0.6 0.16
Hex 40 41 10 2 0 4B 4B 3D 3C 10
Octal 100 101 20 2 0 113 113 75 74 20
Binary 1000000 1000001 10000 10 0 1001011 1001011 111101 111100 10000

Color Harmonies of #404110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404110

Black with #404110

Text Example


Text Example

White with #404110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404110; }

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

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

background-color css

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

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

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

border-color css

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

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

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