#017925

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

Shades of Camarone #017925

Tints of Camarone #017925

Color information

#017925 (or 0x017925) is unknown color: approx Camarone. HEX triplet: 01, 79 and 25. RGB value is (1,121,37). Sum of RGB (Red+Green+Blue) = 1+121+37=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 121 (47.66% from 255 or 76.10% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 121 - color contains mainly: green. Hex color #017925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017925 is #FE86DA. Grayscale: #4B4B4B. Windows color (decimal): -16680667 or 2455809. OLE color: 2455809.

HSL color Cylindrical-coordinate representation of color #017925: hue angle of 138º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017925 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB112137-
CMYK0.9900.690.53
HSL138º98.36%23.92%-
HSV(B)138º99.17%47.45%-
XYZ7.1813.814.04-
YUV75.54106.2474.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 121 (47.66% from 255) = 76.10%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=0.63%
G=76.10%
B=23.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121370.9900.690.5313898.3623.92
Hex1792563045358a6218
Octal11714514301056521214230
Binary1111100110010111000110100010111010110001010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017925; }

 p { color: rgb(1,121,37); }

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

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

 a { background-color: rgb(1,121,37); }

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

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

 span { border-color: rgb(1,121,37); }

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