#017D25

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

Shades of Camarone #017D25

Tints of Camarone #017D25

Color information

#017D25 (or 0x017D25) is unknown color: approx Camarone. HEX triplet: 01, 7D and 25. RGB value is (1,125,37). Sum of RGB (Red+Green+Blue) = 1+125+37=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 125 (49.22% from 255 or 76.69% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 125 - color contains mainly: green. Hex color #017D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017D25 is #FE82DA. Grayscale: #4E4E4E. Windows color (decimal): -16679643 or 2456833. OLE color: 2456833.

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

Color convert

RGB112537-
CMYK0.9900.700.51
HSL137.42º98.41%24.71%-
HSV(B)137.42º99.2%49.02%-
XYZ7.6814.814.2-
YUV77.89104.9273.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 125 (49.22% from 255) = 76.69%
BLUE value IS 37 (14.84% from 255) = 22.70%
R=0.61%
G=76.69%
B=22.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1125370.9900.700.51137.4298.4124.71
Hex17D256304633896219
Octal11754514301066321114231
Binary1111110110010111000110100011011001110001001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017D25; }

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

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

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

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

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

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

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

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