#256A3C

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

Shades of Camarone #256A3C

Tints of Camarone #256A3C

Color information

#256A3C (or 0x256A3C) is unknown color: approx Camarone. HEX triplet: 25, 6A and 3C. RGB value is (37,106,60). Sum of RGB (Red+Green+Blue) = 37+106+60=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #256A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256A3C is #DA95C3. Grayscale: #505050. Windows color (decimal): -14325188 or 3959333. OLE color: 3959333.

HSL color Cylindrical-coordinate representation of color #256A3C: hue angle of 140º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256A3C is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB3710660-
CMYK0.6500.430.58
HSL140º48.25%28.04%-
HSV(B)140º65.09%41.57%-
XYZ6.7311.036.05-
YUV80.12116.6497.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 106 (41.80% from 255) = 52.22%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=18.23%
G=52.22%
B=29.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37106600.6500.430.5814048.2528.04
Hex256A3C4102B3A8c301c
Octal4515274101053722146034
Binary1001011101010111100100000101010111110101000110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256A3C; }

 p { color: rgb(37,106,60); }

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

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

 a { background-color: rgb(37,106,60); }

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

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

 span { border-color: rgb(37,106,60); }

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