#075519

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

Shades of Crusoe #075519

Tints of Crusoe #075519

Color information

#075519 (or 0x075519) is unknown color: approx Crusoe. HEX triplet: 07, 55 and 19. RGB value is (7,85,25). Sum of RGB (Red+Green+Blue) = 7+85+25=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #075519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075519 is #F8AAE6. Grayscale: #373737. Windows color (decimal): -16296679 or 1660167. OLE color: 1660167.

HSL color Cylindrical-coordinate representation of color #075519: hue angle of 133.85º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075519 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB78525-
CMYK0.9200.710.67
HSL133.85º84.78%18.04%-
HSV(B)133.85º91.76%33.33%-
XYZ3.516.612.01-
YUV54.84111.1693.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.98%
GREEN value IS 85 (33.59% from 255) = 72.65%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=5.98%
G=72.65%
B=21.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785250.9200.710.67133.8584.7818.04
Hex755195C04743865512
Octal712531134010710320612522
Binary111101010111001101110001000111100001110000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075519; }

 p { color: rgb(7,85,25); }

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

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

 a { background-color: rgb(7,85,25); }

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

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

 span { border-color: rgb(7,85,25); }

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