#087428

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

Shades of Camarone #087428

Tints of Camarone #087428

Color information

#087428 (or 0x087428) is unknown color: approx Camarone. HEX triplet: 08, 74 and 28. RGB value is (8,116,40). Sum of RGB (Red+Green+Blue) = 8+116+40=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 116 (45.70% from 255 or 70.73% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 116 - color contains mainly: green. Hex color #087428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087428 is #F78BD7. Grayscale: #4B4B4B. Windows color (decimal): -16223192 or 2651144. OLE color: 2651144.

HSL color Cylindrical-coordinate representation of color #087428: hue angle of 137.78º 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 #087428 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB811640-
CMYK0.9300.660.55
HSL137.78º87.1%24.31%-
HSV(B)137.78º93.1%45.49%-
XYZ6.7312.74.1-
YUV75.04108.2280.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 116 (45.70% from 255) = 70.73%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=4.88%
G=70.73%
B=24.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8116400.9300.660.55137.7887.124.31
Hex874285D042378a5718
Octal101645013501026721212730
Binary1000111010010100010111010100001011011110001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087428; }

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

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

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

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

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

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

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

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