#256535

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

Shades of Camarone #256535

Tints of Camarone #256535

Color information

#256535 (or 0x256535) is unknown color: approx Camarone. HEX triplet: 25, 65 and 35. RGB value is (37,101,53). Sum of RGB (Red+Green+Blue) = 37+101+53=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #256535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256535 is #DA9ACA. Grayscale: #4C4C4C. Windows color (decimal): -14326475 or 3499301. OLE color: 3499301.

HSL color Cylindrical-coordinate representation of color #256535: hue angle of 135º 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 #256535 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB3710153-
CMYK0.6300.480.60
HSL135º46.38%27.06%-
HSV(B)135º63.37%39.61%-
XYZ6.069.964.97-
YUV76.39114.899.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 101 (39.84% from 255) = 52.88%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=19.37%
G=52.88%
B=27.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37101530.6300.480.6013546.3827.06
Hex2565353F0303C872e1b
Octal451456577060742075633
Binary100101110010111010111111101100001111001000011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256535; }

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

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

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

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

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

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

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

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