#198139

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

Shades of Camarone #198139

Tints of Camarone #198139

Color information

#198139 (or 0x198139) is unknown color: approx Camarone. HEX triplet: 19, 81 and 39. RGB value is (25,129,57). Sum of RGB (Red+Green+Blue) = 25+129+57=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #198139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198139 is #E67EC6. Grayscale: #595959. Windows color (decimal): -15105735 or 3768601. OLE color: 3768601.

HSL color Cylindrical-coordinate representation of color #198139: hue angle of 138.46º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198139 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB2512957-
CMYK0.8100.560.49
HSL138.46º67.53%30.2%-
HSV(B)138.46º80.62%50.59%-
XYZ8.9916.26.52-
YUV89.7109.5481.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 129 (50.78% from 255) = 61.14%
BLUE value IS 57 (22.66% from 255) = 27.01%
R=11.85%
G=61.14%
B=27.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25129570.8100.560.49138.4667.5330.2
Hex19813951038318a441e
Octal31201711210706121210436
Binary11001100000011110011010001011100011000110001010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198139; }

 p { color: rgb(25,129,57); }

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

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

 a { background-color: rgb(25,129,57); }

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

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

 span { border-color: rgb(25,129,57); }

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