#07581E

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

Shades of Crusoe #07581E

Tints of Crusoe #07581E

Color information

#07581E (or 0x07581E) is unknown color: approx Crusoe. HEX triplet: 07, 58 and 1E. RGB value is (7,88,30). Sum of RGB (Red+Green+Blue) = 7+88+30=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #07581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07581E is #F8A7E1. Grayscale: #393939. Windows color (decimal): -16295906 or 1988615. OLE color: 1988615.

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

Color convert

RGB78830-
CMYK0.9200.660.65
HSL137.04º85.26%18.63%-
HSV(B)137.04º92.05%34.51%-
XYZ3.817.122.4-
YUV57.17112.6692.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 88 (34.77% from 255) = 70.4%
BLUE value IS 30 (12.11% from 255) = 24%
R=5.6%
G=70.4%
B=24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788300.9200.660.65137.0485.2618.63
Hex7581E5C04241895513
Octal713036134010210121112523
Binary111101100011110101110001000010100000110001001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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