#256531

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

Shades of Camarone #256531

Tints of Camarone #256531

Color information

#256531 (or 0x256531) is unknown color: approx Camarone. HEX triplet: 25, 65 and 31. RGB value is (37,101,49). Sum of RGB (Red+Green+Blue) = 37+101+49=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #256531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256531 is #DA9ACE. Grayscale: #4C4C4C. Windows color (decimal): -14326479 or 3237157. OLE color: 3237157.

HSL color Cylindrical-coordinate representation of color #256531: hue angle of 131.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256531 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB3710149-
CMYK0.6300.510.60
HSL131.25º46.38%27.06%-
HSV(B)131.25º63.37%39.61%-
XYZ5.979.924.51-
YUV75.94112.8100.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 101 (39.84% from 255) = 54.01%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=19.79%
G=54.01%
B=26.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37101490.6300.510.60131.2546.3827.06
Hex2565313F0333C832e1b
Octal451456177063742035633
Binary100101110010111000111111101100111111001000001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256531; }

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

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

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

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

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

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

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

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