#41423F

Color #41423F Tuatara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuatara #41423F

Tints of Tuatara #41423F

Color information

#41423F (or 0x41423F) is unknown color: approx Tuatara. HEX triplet: 41, 42 and 3F. RGB value is (65,66,63). Sum of RGB (Red+Green+Blue) = 65+66+63=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 66 - color contains mainly: green. Hex color #41423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41423F is #BEBDC0. Grayscale: #414141. Windows color (decimal): -12500417 or 4145729. OLE color: 4145729.

HSL color Cylindrical-coordinate representation of color #41423F: hue angle of 80º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #41423F is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB656663-
CMYK0.0200.050.74
HSL80º2.33%25.29%-
HSV(B)80º4.55%25.88%-
XYZ5.035.385.48-
YUV65.36126.67127.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 63 (25% from 255) = 32.47%
R=33.51%
G=34.02%
B=32.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566630.0200.050.74802.3325.29
Hex41423F2054A50219
Octal10110277205112120231
Binary10000011000010111111100101100101010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41423F; }

 p { color: rgb(65,66,63); }

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

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

 a { background-color: rgb(65,66,63); }

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

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

 span { border-color: rgb(65,66,63); }

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