#075419

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

Shades of Crusoe #075419

Tints of Crusoe #075419

Color information

#075419 (or 0x075419) is unknown color: approx Crusoe. HEX triplet: 07, 54 and 19. RGB value is (7,84,25). Sum of RGB (Red+Green+Blue) = 7+84+25=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #075419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075419 is #F8ABE6. Grayscale: #363636. Windows color (decimal): -16296935 or 1659911. OLE color: 1659911.

HSL color Cylindrical-coordinate representation of color #075419: hue angle of 134.03º 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 #075419 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB78425-
CMYK0.9200.700.67
HSL134.03º84.62%17.84%-
HSV(B)134.03º91.67%32.94%-
XYZ3.436.461.98-
YUV54.25111.4994.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 84 (33.20% from 255) = 72.41%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=6.03%
G=72.41%
B=21.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784250.9200.700.67134.0384.6217.84
Hex754195C04643865512
Octal712431134010610320612522
Binary111101010011001101110001000110100001110000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075419; }

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

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

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

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

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

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

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

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