#25603A

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

Shades of Camarone #25603A

Tints of Camarone #25603A

Color information

#25603A (or 0x25603A) is unknown color: approx Camarone. HEX triplet: 25, 60 and 3A. RGB value is (37,96,58). Sum of RGB (Red+Green+Blue) = 37+96+58=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #25603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25603A is #DA9FC5. Grayscale: #4A4A4A. Windows color (decimal): -14327750 or 3825701. OLE color: 3825701.

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

Color convert

RGB379658-
CMYK0.6100.400.62
HSL141.36º44.36%26.08%-
HSV(B)141.36º61.46%37.65%-
XYZ5.719.065.45-
YUV74.03118.95101.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=19.37%
G=50.26%
B=30.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796580.6100.400.62141.3644.3626.08
Hex25603A3D0283E8d2c1a
Octal451407275050762155432
Binary100101110000011101011110101010001111101000110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25603A; }

 p { color: rgb(37,96,58); }

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

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

 a { background-color: rgb(37,96,58); }

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

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

 span { border-color: rgb(37,96,58); }

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