#045B1A

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

Shades of Crusoe #045B1A

Tints of Crusoe #045B1A

Color information

#045B1A (or 0x045B1A) is unknown color: approx Crusoe. HEX triplet: 04, 5B and 1A. RGB value is (4,91,26). Sum of RGB (Red+Green+Blue) = 4+91+26=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 91 (35.94% from 255 or 75.21% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 91 - color contains mainly: green. Hex color #045B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045B1A is #FBA4E5. Grayscale: #393939. Windows color (decimal): -16491750 or 1727236. OLE color: 1727236.

HSL color Cylindrical-coordinate representation of color #045B1A: hue angle of 135.17º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045B1A is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB49126-
CMYK0.9600.710.64
HSL135.17º91.58%18.63%-
HSV(B)135.17º95.6%35.69%-
XYZ3.987.582.23-
YUV57.58110.1889.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 91 (35.94% from 255) = 75.21%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=3.31%
G=75.21%
B=21.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal491260.9600.710.64135.1791.5818.63
Hex45B1A6004740875c13
Octal413332140010710020713423
Binary100101101111010110000001000111100000010000111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045B1A; }

 p { color: rgb(4,91,26); }

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

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

 a { background-color: rgb(4,91,26); }

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

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

 span { border-color: rgb(4,91,26); }

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