#045930

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

Shades of Crusoe #045930

Tints of Crusoe #045930

Color information

#045930 (or 0x045930) is unknown color: approx Crusoe. HEX triplet: 04, 59 and 30. RGB value is (4,89,48). Sum of RGB (Red+Green+Blue) = 4+89+48=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #045930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045930 is #FBA6CF. Grayscale: #3A3A3A. Windows color (decimal): -16492240 or 3168516. OLE color: 3168516.

HSL color Cylindrical-coordinate representation of color #045930: hue angle of 151.06º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045930 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB48948-
CMYK0.9600.460.65
HSL151.06º91.4%18.24%-
HSV(B)151.06º95.51%34.9%-
XYZ4.167.384-
YUV58.91121.8488.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 89 (35.16% from 255) = 63.12%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=2.84%
G=63.12%
B=34.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489480.9600.460.65151.0691.418.24
Hex459306002E41975b12
Octal41316014005610122713322
Binary100101100111000011000000101110100000110010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045930; }

 p { color: rgb(4,89,48); }

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

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

 a { background-color: rgb(4,89,48); }

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

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

 span { border-color: rgb(4,89,48); }

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