#17742B

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

Shades of Camarone #17742B

Tints of Camarone #17742B

Color information

#17742B (or 0x17742B) is unknown color: approx Camarone. HEX triplet: 17, 74 and 2B. RGB value is (23,116,43). Sum of RGB (Red+Green+Blue) = 23+116+43=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #17742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17742B is #E88BD4. Grayscale: #505050. Windows color (decimal): -15240149 or 2847767. OLE color: 2847767.

HSL color Cylindrical-coordinate representation of color #17742B: hue angle of 132.9º 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 #17742B is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB2311643-
CMYK0.8000.630.55
HSL132.9º66.91%27.25%-
HSV(B)132.9º80.17%45.49%-
XYZ7.0312.854.39-
YUV79.87107.1987.44-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.64%
GREEN value IS 116 (45.70% from 255) = 63.74%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=12.64%
G=63.74%
B=23.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23116430.8000.630.55132.966.9127.25
Hex17742B5003F3785431b
Octal27164531200776720510333
Binary1011111101001010111010000011111111011110000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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