#413E39

Color #413E39 Space Shuttle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Space Shuttle #413E39

Tints of Space Shuttle #413E39

Color information

#413E39 (or 0x413E39) is unknown color: approx Space Shuttle. HEX triplet: 41, 3E and 39. RGB value is (65,62,57). Sum of RGB (Red+Green+Blue) = 65+62+57=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 65 - color contains mainly: red. Hex color #413E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E39 is #BEC1C6. Grayscale: #3E3E3E. Windows color (decimal): -12501447 or 3751489. OLE color: 3751489.

HSL color Cylindrical-coordinate representation of color #413E39: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #413E39 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB656257-
CMYK00.050.120.75
HSL37.5º6.56%23.92%-
HSV(B)37.5º12.31%25.49%-
XYZ4.644.864.57-
YUV62.33124.99129.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 62 (24.61% from 255) = 33.70%
BLUE value IS 57 (22.66% from 255) = 30.98%
R=35.33%
G=33.70%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65625700.050.120.7537.56.5623.92
Hex413E3905C4B25718
Octal1017671051411345730
Binary100000111111011100101011100100101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413E39; }

 p { color: rgb(65,62,57); }

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

<style>
 a { background-color: #413E39; }

 a { background-color: rgb(65,62,57); }

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

<style>
 span { border-color: #413E39; }

 span { border-color: rgb(65,62,57); }

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