#018026

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

Shades of Camarone #018026

Tints of Camarone #018026

Color information

#018026 (or 0x018026) is unknown color: approx Camarone. HEX triplet: 01, 80 and 26. RGB value is (1,128,38). Sum of RGB (Red+Green+Blue) = 1+128+38=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 128 (50.39% from 255 or 76.65% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 128 - color contains mainly: green. Hex color #018026 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018026 is #FE7FD9. Grayscale: #505050. Windows color (decimal): -16678874 or 2523137. OLE color: 2523137.

HSL color Cylindrical-coordinate representation of color #018026: hue angle of 137.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018026 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB112838-
CMYK0.9900.700.50
HSL137.48º98.45%25.29%-
HSV(B)137.48º99.22%50.2%-
XYZ8.0815.584.42-
YUV79.77104.4271.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 128 (50.39% from 255) = 76.65%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=0.60%
G=76.65%
B=22.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1128380.9900.700.50137.4898.4525.29
Hex180266304632896219
Octal12004614301066221114231
Binary11000000010011011000110100011011001010001001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018026; }

 p { color: rgb(1,128,38); }

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

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

 a { background-color: rgb(1,128,38); }

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

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

 span { border-color: rgb(1,128,38); }

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