#423F3C

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

Shades of Space Shuttle #423F3C

Tints of Space Shuttle #423F3C

Color information

#423F3C (or 0x423F3C) is unknown color: approx Space Shuttle. HEX triplet: 42, 3F and 3C. RGB value is (66,63,60). Sum of RGB (Red+Green+Blue) = 66+63+60=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 66 - color contains mainly: red. Hex color #423F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F3C is #BDC0C3. Grayscale: #3F3F3F. Windows color (decimal): -12435652 or 3948354. OLE color: 3948354.

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

Color convert

RGB666360-
CMYK00.050.090.74
HSL30º4.76%24.71%-
HSV(B)30º9.09%25.88%-
XYZ4.845.044.99-
YUV63.55125.99129.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=34.92%
G=33.33%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66636000.050.090.74304.7624.71
Hex423F3C0594A1e519
Octal1027774051111236531
Binary10000101111111111000101100110010101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423F3C; }

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

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

<style>
 a { background-color: #423F3C; }

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

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

<style>
 span { border-color: #423F3C; }

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

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