#07582A

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

Shades of Crusoe #07582A

Tints of Crusoe #07582A

Color information

#07582A (or 0x07582A) is unknown color: approx Crusoe. HEX triplet: 07, 58 and 2A. RGB value is (7,88,42). Sum of RGB (Red+Green+Blue) = 7+88+42=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 88 (34.77% from 255 or 64.23% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 88 - color contains mainly: green. Hex color #07582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07582A is #F8A7D5. Grayscale: #3A3A3A. Windows color (decimal): -16295894 or 2775047. OLE color: 2775047.

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

Color convert

RGB78842-
CMYK0.9200.520.65
HSL145.93º85.26%18.63%-
HSV(B)145.93º92.05%34.51%-
XYZ47.193.37-
YUV58.54118.6691.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.11%
GREEN value IS 88 (34.77% from 255) = 64.23%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=5.11%
G=64.23%
B=30.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788420.9200.520.65145.9385.2618.63
Hex7582A5C03441925513
Octal71305213406410122212523
Binary111101100010101010111000110100100000110010010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07582A; }

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

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

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

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

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

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

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

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