#197028

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

Shades of Camarone #197028

Tints of Camarone #197028

Color information

#197028 (or 0x197028) is unknown color: approx Camarone. HEX triplet: 19, 70 and 28. RGB value is (25,112,40). Sum of RGB (Red+Green+Blue) = 25+112+40=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #197028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197028 is #E68FD7. Grayscale: #4D4D4D. Windows color (decimal): -15110104 or 2650137. OLE color: 2650137.

HSL color Cylindrical-coordinate representation of color #197028: hue angle of 130.34º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197028 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB2511240-
CMYK0.7800.640.56
HSL130.34º63.5%26.86%-
HSV(B)130.34º77.68%43.92%-
XYZ6.5811.953.97-
YUV77.78106.6890.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 112 (44.14% from 255) = 63.28%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=14.12%
G=63.28%
B=22.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112400.7800.640.56130.3463.526.86
Hex1970284E0403882401b
Octal311605011601007020210033
Binary11001111000010100010011100100000011100010000010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197028; }

 p { color: rgb(25,112,40); }

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

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

 a { background-color: rgb(25,112,40); }

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

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

 span { border-color: rgb(25,112,40); }

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