#045715

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

Shades of Crusoe #045715

Tints of Crusoe #045715

Color information

#045715 (or 0x045715) is unknown color: approx Crusoe. HEX triplet: 04, 57 and 15. RGB value is (4,87,21). Sum of RGB (Red+Green+Blue) = 4+87+21=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #045715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045715 is #FBA8EA. Grayscale: #363636. Windows color (decimal): -16492779 or 1398532. OLE color: 1398532.

HSL color Cylindrical-coordinate representation of color #045715: hue angle of 132.29º 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 #045715 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB48721-
CMYK0.9500.760.66
HSL132.29º91.21%17.84%-
HSV(B)132.29º95.4%34.12%-
XYZ3.596.91.85-
YUV54.6610991.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 87 (34.38% from 255) = 77.68%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=3.57%
G=77.68%
B=18.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal487210.9500.760.66132.2991.2117.84
Hex457155F04C42845b12
Octal412725137011410220413322
Binary100101011110101101111101001100100001010000100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045715; }

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

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

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

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

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

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

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

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