Html Css Color HEX #41441D Turtle Green

📋 copy color: '#41441D'

red 65 ◦ green 68 ◦ blue 29

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

Shades of Turtle Green #41441D

Tints of Turtle Green #41441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.9%

R = 40.12%
G = 41.98%
B = 17.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#41441D (or 0x41441D) is known color: Turtle Green. HEX triplet: 41, 44 and 1D. RGB value is (65,68,29). Sum of RGB (Red+Green+Blue) = 65+68+29=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #41441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41441D is #BEBBE2. Grayscale: #3E3E3E. Windows color (decimal): -12499939 or 1918017. OLE color: 1918017.

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

Color convert

RGB 65 68 29 -
CMYK 0.04 0 0.57 0.73
HSL 64.62º 0.4% 0.19% -
HSV(B) 64.62º 0.57% 0.27% -
XYZ 4.47 5.35 1.96 -
YUV 62.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 65 68 29 0.04 0 0.57 0.73 64.62 0.4 0.19
Hex 41 44 1D 4 0 39 49 41 28 13
Octal 101 104 35 4 0 71 111 101 50 23
Binary 1000001 1000100 11101 100 0 111001 1001001 1000001 101000 10011

Color Harmonies of #41441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41441D

Black with #41441D

Text Example


Text Example

White with #41441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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