#41431C

Color #41431C Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #41431C

Tints of Turtle Green #41431C

Color information

#41431C (or 0x41431C) is unknown color: approx Turtle Green. HEX triplet: 41, 43 and 1C. RGB value is (65,67,28). Sum of RGB (Red+Green+Blue) = 65+67+28=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #41431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41431C is #BEBCE3. Grayscale: #3E3E3E. Windows color (decimal): -12500196 or 1852225. OLE color: 1852225.

HSL color Cylindrical-coordinate representation of color #41431C: hue angle of 63.08º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41431C is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB656728-
CMYK0.0300.580.74
HSL63.08º41.05%18.63%-
HSV(B)63.08º58.21%26.27%-
XYZ4.45.221.87-
YUV61.96108.84130.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 67 (26.56% from 255) = 41.88%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=40.62%
G=41.88%
B=17.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567280.0300.580.7463.0841.0518.63
Hex41431C303A4A3f2913
Octal101103343072112775123
Binary1000001100001111100110111010100101011111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41431C; }

 p { color: rgb(65,67,28); }

 H1.HeaderClassName
 {
   color: #41431C;
 }
 .AnyTagClassName
 {
   color: #41431C;
 }
</style>
background-color css

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

 a { background-color: rgb(65,67,28); }

 div.DivClassName
 {
   background-color: #41431C;
 }
 .BgClassName
 {
   background-color: #41431C;
 }
</style>
border-color css

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

 span { border-color: rgb(65,67,28); }

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