#087328

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

Shades of Camarone #087328

Tints of Camarone #087328

Color information

#087328 (or 0x087328) is unknown color: approx Camarone. HEX triplet: 08, 73 and 28. RGB value is (8,115,40). Sum of RGB (Red+Green+Blue) = 8+115+40=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 115 (45.31% from 255 or 70.55% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 115 - color contains mainly: green. Hex color #087328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087328 is #F78CD7. Grayscale: #4A4A4A. Windows color (decimal): -16223448 or 2650888. OLE color: 2650888.

HSL color Cylindrical-coordinate representation of color #087328: hue angle of 137.94º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087328 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB811540-
CMYK0.9300.650.55
HSL137.94º86.99%24.12%-
HSV(B)137.94º93.04%45.1%-
XYZ6.6112.474.07-
YUV74.46108.5580.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 115 (45.31% from 255) = 70.55%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=4.91%
G=70.55%
B=24.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8115400.9300.650.55137.9486.9924.12
Hex873285D041378a5718
Octal101635013501016721212730
Binary1000111001110100010111010100000111011110001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087328; }

 p { color: rgb(8,115,40); }

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

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

 a { background-color: rgb(8,115,40); }

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

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

 span { border-color: rgb(8,115,40); }

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