#256331

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

Shades of Camarone #256331

Tints of Camarone #256331

Color information

#256331 (or 0x256331) is unknown color: approx Camarone. HEX triplet: 25, 63 and 31. RGB value is (37,99,49). Sum of RGB (Red+Green+Blue) = 37+99+49=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #256331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256331 is #DA9CCE. Grayscale: #4A4A4A. Windows color (decimal): -14326991 or 3236645. OLE color: 3236645.

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

Color convert

RGB379949-
CMYK0.6300.510.61
HSL131.61º45.59%26.67%-
HSV(B)131.61º62.63%38.82%-
XYZ5.789.544.44-
YUV74.76113.46101.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=20%
G=53.51%
B=26.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3799490.6300.510.61131.6145.5926.67
Hex2563313F0333D842e1b
Octal451436177063752045633
Binary100101110001111000111111101100111111011000010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256331; }

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

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

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

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

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

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

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

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