#25663B

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

Shades of Camarone #25663B

Tints of Camarone #25663B

Color information

#25663B (or 0x25663B) is unknown color: approx Camarone. HEX triplet: 25, 66 and 3B. RGB value is (37,102,59). Sum of RGB (Red+Green+Blue) = 37+102+59=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #25663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25663B is #DA99C4. Grayscale: #4D4D4D. Windows color (decimal): -14326213 or 3892773. OLE color: 3892773.

HSL color Cylindrical-coordinate representation of color #25663B: hue angle of 140.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25663B is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB3710259-
CMYK0.6400.420.6
HSL140.31º46.76%27.25%-
HSV(B)140.31º63.73%40%-
XYZ6.310.215.78-
YUV77.66117.4799-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=18.69%
G=51.52%
B=29.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37102590.6400.420.6140.3146.7627.25
Hex25663B4002A3C8c2f1b
Octal4514673100052742145733
Binary1001011100110111011100000001010101111001000110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25663B; }

 p { color: rgb(37,102,59); }

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

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

 a { background-color: rgb(37,102,59); }

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

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

 span { border-color: rgb(37,102,59); }

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