#256235

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

Shades of Camarone #256235

Tints of Camarone #256235

Color information

#256235 (or 0x256235) is unknown color: approx Camarone. HEX triplet: 25, 62 and 35. RGB value is (37,98,53). Sum of RGB (Red+Green+Blue) = 37+98+53=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #256235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256235 is #DA9DCA. Grayscale: #4A4A4A. Windows color (decimal): -14327243 or 3498533. OLE color: 3498533.

HSL color Cylindrical-coordinate representation of color #256235: hue angle of 135.74º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #256235 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB379853-
CMYK0.6200.460.62
HSL135.74º45.19%26.47%-
HSV(B)135.74º62.24%38.43%-
XYZ5.779.394.88-
YUV74.63115.79101.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 98 (38.67% from 255) = 52.13%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=19.68%
G=52.13%
B=28.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3798530.6200.460.62135.7445.1926.47
Hex2562353E02E3E882d1a
Octal451426576056762105532
Binary100101110001011010111111001011101111101000100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256235; }

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

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

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

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

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

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

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

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