#07582C

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

Shades of Crusoe #07582C

Tints of Crusoe #07582C

Color information

#07582C (or 0x07582C) is unknown color: approx Crusoe. HEX triplet: 07, 58 and 2C. RGB value is (7,88,44). Sum of RGB (Red+Green+Blue) = 7+88+44=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #07582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07582C is #F8A7D3. Grayscale: #3A3A3A. Windows color (decimal): -16295892 or 2906119. OLE color: 2906119.

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

Color convert

RGB78844-
CMYK0.9200.50.65
HSL147.41º85.26%18.63%-
HSV(B)147.41º92.05%34.51%-
XYZ4.037.213.56-
YUV58.76119.6691.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 88 (34.77% from 255) = 63.31%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=5.04%
G=63.31%
B=31.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788440.9200.50.65147.4185.2618.63
Hex7582C5C03241935513
Octal71305413406210122312523
Binary111101100010110010111000110010100000110010011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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