Html Css Color HEX #41441A Turtle Green

📋 copy color: '#41441A'

red 65 ◦ green 68 ◦ blue 26

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

Shades of Turtle Green #41441A

Tints of Turtle Green #41441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.77%

 BLUE value IS 26 (10.55% from 255) = 16.35%

R = 40.88%
G = 42.77%
B = 16.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#41441A (or 0x41441A) is known color: Turtle Green. HEX triplet: 41, 44 and 1A. RGB value is (65,68,26). Sum of RGB (Red+Green+Blue) = 65+68+26=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 68 - color contains mainly: green. Hex color #41441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41441A is #BEBBE5. Grayscale: #3E3E3E. Windows color (decimal): -12499942 or 1721409. OLE color: 1721409.

HSL color Cylindrical-coordinate representation of color #41441A: hue angle of 64.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41441A is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 68 26 -
CMYK 0.04 0 0.62 0.73
HSL 64.29º 0.45% 0.18% -
HSV(B) 64.29º 0.62% 0.27% -
XYZ 4.43 5.33 1.77 -
YUV 62.32 107.51 129.92 -
System Red Green Blue C M Y K H S L
Decimal 65 68 26 0.04 0 0.62 0.73 64.29 0.45 0.18
Hex 41 44 1A 4 0 3E 49 40 2D 12
Octal 101 104 32 4 0 76 111 100 55 22
Binary 1000001 1000100 11010 100 0 111110 1001001 1000000 101101 10010

Color Harmonies of #41441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41441A

Black with #41441A

Text Example


Text Example

White with #41441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,68,26); }

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

background-color css

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

 a { background-color: rgb(65,68,26); }

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

border-color css

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

 span { border-color: rgb(65,68,26); }

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