#07592D

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

Shades of Crusoe #07592D

Tints of Crusoe #07592D

Color information

#07592D (or 0x07592D) is unknown color: approx Crusoe. HEX triplet: 07, 59 and 2D. RGB value is (7,89,45). Sum of RGB (Red+Green+Blue) = 7+89+45=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #07592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07592D is #F8A6D2. Grayscale: #3B3B3B. Windows color (decimal): -16295635 or 2971911. OLE color: 2971911.

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

Color convert

RGB78945-
CMYK0.9200.490.65
HSL147.8º85.42%18.82%-
HSV(B)147.8º92.13%34.9%-
XYZ4.137.383.69-
YUV59.47119.8390.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 89 (35.16% from 255) = 63.12%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=4.96%
G=63.12%
B=31.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal789450.9200.490.65147.885.4218.82
Hex7592D5C03141945513
Octal71315513406110122412523
Binary111101100110110110111000110001100000110010100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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