#05542A

Color #05542A Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #05542A

Tints of Crusoe #05542A

Color information

#05542A (or 0x05542A) is unknown color: approx Crusoe. HEX triplet: 05, 54 and 2A. RGB value is (5,84,42). Sum of RGB (Red+Green+Blue) = 5+84+42=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 84 (33.20% from 255 or 64.12% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 84 - color contains mainly: green. Hex color #05542A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05542A is #FAABD5. Grayscale: #373737. Windows color (decimal): -16427990 or 2774021. OLE color: 2774021.

HSL color Cylindrical-coordinate representation of color #05542A: hue angle of 148.1º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05542A is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB58442-
CMYK0.9400.50.67
HSL148.1º88.76%17.45%-
HSV(B)148.1º94.05%32.94%-
XYZ3.656.543.26-
YUV55.59120.3391.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 84 (33.20% from 255) = 64.12%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=3.82%
G=64.12%
B=32.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584420.9400.50.67148.188.7617.45
Hex5542A5E03243945911
Octal51245213606210322413121
Binary101101010010101010111100110010100001110010100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05542A; }

 p { color: rgb(5,84,42); }

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

<style>
 a { background-color: #05542A; }

 a { background-color: rgb(5,84,42); }

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

<style>
 span { border-color: #05542A; }

 span { border-color: rgb(5,84,42); }

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