#045526

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

Shades of Crusoe #045526

Tints of Crusoe #045526

Color information

#045526 (or 0x045526) is unknown color: approx Crusoe. HEX triplet: 04, 55 and 26. RGB value is (4,85,38). Sum of RGB (Red+Green+Blue) = 4+85+38=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #045526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045526 is #FBAAD9. Grayscale: #373737. Windows color (decimal): -16493274 or 2512132. OLE color: 2512132.

HSL color Cylindrical-coordinate representation of color #045526: hue angle of 145.19º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045526 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB48538-
CMYK0.9500.550.67
HSL145.19º91.01%17.45%-
HSV(B)145.19º95.29%33.33%-
XYZ3.656.662.93-
YUV55.42118.1691.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 85 (33.59% from 255) = 66.93%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=3.15%
G=66.93%
B=29.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485380.9500.550.67145.1991.0117.45
Hex455265F03743915b11
Octal41254613706710322113321
Binary100101010110011010111110110111100001110010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045526; }

 p { color: rgb(4,85,38); }

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

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

 a { background-color: rgb(4,85,38); }

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

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

 span { border-color: rgb(4,85,38); }

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