Html Css Color HEX #41451D Turtle Green

📋 copy color: '#41451D'

red 65 ◦ green 69 ◦ blue 29

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

Shades of Turtle Green #41451D

Tints of Turtle Green #41451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.33%

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

R = 39.88%
G = 42.33%
B = 17.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#41451D (or 0x41451D) is known color: Turtle Green. HEX triplet: 41, 45 and 1D. RGB value is (65,69,29). Sum of RGB (Red+Green+Blue) = 65+69+29=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #41451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41451D is #BEBAE2. Grayscale: #3F3F3F. Windows color (decimal): -12499683 or 1918273. OLE color: 1918273.

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

Color convert

RGB 65 69 29 -
CMYK 0.06 0 0.58 0.73
HSL 66º 0.41% 0.19% -
HSV(B) 66º 0.58% 0.27% -
XYZ 4.53 5.47 1.98 -
YUV 63.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 65 69 29 0.06 0 0.58 0.73 66 0.41 0.19
Hex 41 45 1D 6 0 3A 49 42 29 13
Octal 101 105 35 6 0 72 111 102 51 23
Binary 1000001 1000101 11101 110 0 111010 1001001 1000010 101001 10011

Color Harmonies of #41451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41451D

Black with #41451D

Text Example


Text Example

White with #41451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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