#045730

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

Shades of Crusoe #045730

Tints of Crusoe #045730

Color information

#045730 (or 0x045730) is unknown color: approx Crusoe. HEX triplet: 04, 57 and 30. RGB value is (4,87,48). Sum of RGB (Red+Green+Blue) = 4+87+48=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 87 (34.38% from 255 or 62.59% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 87 - color contains mainly: green. Hex color #045730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045730 is #FBA8CF. Grayscale: #393939. Windows color (decimal): -16492752 or 3168004. OLE color: 3168004.

HSL color Cylindrical-coordinate representation of color #045730: hue angle of 151.81º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045730 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB48748-
CMYK0.9500.450.66
HSL151.81º91.21%17.84%-
HSV(B)151.81º95.4%34.12%-
XYZ3.997.063.95-
YUV57.74122.589.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.88%
GREEN value IS 87 (34.38% from 255) = 62.59%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=2.88%
G=62.59%
B=34.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal487480.9500.450.66151.8191.2117.84
Hex457305F02D42985b12
Octal41276013705510223013322
Binary100101011111000010111110101101100001010011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045730; }

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

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

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

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

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

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

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

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