#07571E

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

Shades of Crusoe #07571E

Tints of Crusoe #07571E

Color information

#07571E (or 0x07571E) is unknown color: approx Crusoe. HEX triplet: 07, 57 and 1E. RGB value is (7,87,30). Sum of RGB (Red+Green+Blue) = 7+87+30=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 87 (34.38% from 255 or 70.16% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 87 - color contains mainly: green. Hex color #07571E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07571E is #F8A8E1. Grayscale: #383838. Windows color (decimal): -16296162 or 1988359. OLE color: 1988359.

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

Color convert

RGB78730-
CMYK0.9200.660.66
HSL137.25º85.11%18.43%-
HSV(B)137.25º91.95%34.12%-
XYZ3.736.962.37-
YUV56.5811392.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 87 (34.38% from 255) = 70.16%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=5.65%
G=70.16%
B=24.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal787300.9200.660.66137.2585.1118.43
Hex7571E5C04242895512
Octal712736134010210221112522
Binary111101011111110101110001000010100001010001001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07571E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07571E; }

 p { color: rgb(7,87,30); }

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

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

 a { background-color: rgb(7,87,30); }

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

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

 span { border-color: rgb(7,87,30); }

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