#256631

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

Shades of Camarone #256631

Tints of Camarone #256631

Color information

#256631 (or 0x256631) is unknown color: approx Camarone. HEX triplet: 25, 66 and 31. RGB value is (37,102,49). Sum of RGB (Red+Green+Blue) = 37+102+49=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #256631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256631 is #DA99CE. Grayscale: #4C4C4C. Windows color (decimal): -14326223 or 3237413. OLE color: 3237413.

HSL color Cylindrical-coordinate representation of color #256631: hue angle of 131.08º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256631 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB3710249-
CMYK0.6400.520.6
HSL131.08º46.76%27.25%-
HSV(B)131.08º63.73%40%-
XYZ6.0710.124.54-
YUV76.52112.4799.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=19.68%
G=54.26%
B=26.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37102490.6400.520.6131.0846.7627.25
Hex256631400343C832f1b
Octal4514661100064742035733
Binary1001011100110110001100000001101001111001000001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256631; }

 p { color: rgb(37,102,49); }

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

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

 a { background-color: rgb(37,102,49); }

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

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

 span { border-color: rgb(37,102,49); }

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