#17742A

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

Shades of Camarone #17742A

Tints of Camarone #17742A

Color information

#17742A (or 0x17742A) is unknown color: approx Camarone. HEX triplet: 17, 74 and 2A. RGB value is (23,116,42). Sum of RGB (Red+Green+Blue) = 23+116+42=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 116 (45.70% from 255 or 64.09% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 116 - color contains mainly: green. Hex color #17742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17742A is #E88BD5. Grayscale: #4F4F4F. Windows color (decimal): -15240150 or 2782231. OLE color: 2782231.

HSL color Cylindrical-coordinate representation of color #17742A: hue angle of 132.26º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17742A is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB2311642-
CMYK0.8000.640.55
HSL132.26º66.91%27.25%-
HSV(B)132.26º80.17%45.49%-
XYZ7.0212.844.3-
YUV79.76106.6987.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.71%
GREEN value IS 116 (45.70% from 255) = 64.09%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=12.71%
G=64.09%
B=23.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23116420.8000.640.55132.2666.9127.25
Hex17742A500403784431b
Octal271645212001006720410333
Binary10111111010010101010100000100000011011110000100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17742A; }

 p { color: rgb(23,116,42); }

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

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

 a { background-color: rgb(23,116,42); }

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

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

 span { border-color: rgb(23,116,42); }

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