#07583F

Color #07583F Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #07583F

Tints of Jewel #07583F

Color information

#07583F (or 0x07583F) is unknown color: approx Jewel. HEX triplet: 07, 58 and 3F. RGB value is (7,88,63). Sum of RGB (Red+Green+Blue) = 7+88+63=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #07583F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07583F is #F8A7C0. Grayscale: #3C3C3C. Windows color (decimal): -16295873 or 4151303. OLE color: 4151303.

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

Color convert

RGB78863-
CMYK0.9200.280.65
HSL161.48º85.26%18.63%-
HSV(B)161.48º92.05%34.51%-
XYZ4.477.385.89-
YUV60.93129.1689.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 88 (34.77% from 255) = 55.70%
BLUE value IS 63 (25% from 255) = 39.87%
R=4.43%
G=55.70%
B=39.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788630.9200.280.65161.4885.2618.63
Hex7583F5C01C41a15513
Octal71307713403410124112523
Binary11110110001111111011100011100100000110100001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07583F; }

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

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

<style>
 a { background-color: #07583F; }

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

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

<style>
 span { border-color: #07583F; }

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

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