#157425

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

Shades of Camarone #157425

Tints of Camarone #157425

Color information

#157425 (or 0x157425) is unknown color: approx Camarone. HEX triplet: 15, 74 and 25. RGB value is (21,116,37). Sum of RGB (Red+Green+Blue) = 21+116+37=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #157425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157425 is #EA8BDA. Grayscale: #4E4E4E. Windows color (decimal): -15371227 or 2454549. OLE color: 2454549.

HSL color Cylindrical-coordinate representation of color #157425: hue angle of 130.11º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157425 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB2111637-
CMYK0.8200.680.55
HSL130.11º69.34%26.86%-
HSV(B)130.11º81.9%45.49%-
XYZ6.8912.783.85-
YUV78.59104.5386.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 116 (45.70% from 255) = 66.67%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=12.07%
G=66.67%
B=21.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21116370.8200.680.55130.1169.3426.86
Hex157425520443782451b
Octal251644512201046720210533
Binary10101111010010010110100100100010011011110000010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157425; }

 p { color: rgb(21,116,37); }

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

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

 a { background-color: rgb(21,116,37); }

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

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

 span { border-color: rgb(21,116,37); }

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