#07592E

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

Shades of Crusoe #07592E

Tints of Crusoe #07592E

Color information

#07592E (or 0x07592E) is unknown color: approx Crusoe. HEX triplet: 07, 59 and 2E. RGB value is (7,89,46). Sum of RGB (Red+Green+Blue) = 7+89+46=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #07592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07592E is #F8A6D1. Grayscale: #3B3B3B. Windows color (decimal): -16295634 or 3037447. OLE color: 3037447.

HSL color Cylindrical-coordinate representation of color #07592E: hue angle of 148.54º 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 #07592E is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB78946-
CMYK0.9200.480.65
HSL148.54º85.42%18.82%-
HSV(B)148.54º92.13%34.9%-
XYZ4.157.393.79-
YUV59.58120.3390.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 89 (35.16% from 255) = 62.68%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=4.93%
G=62.68%
B=32.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal789460.9200.480.65148.5485.4218.82
Hex7592E5C03041955513
Octal71315613406010122512523
Binary111101100110111010111000110000100000110010101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,89,46); }

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

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

 a { background-color: rgb(7,89,46); }

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

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

 span { border-color: rgb(7,89,46); }

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