#25823D

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

Shades of Camarone #25823D

Tints of Camarone #25823D

Color information

#25823D (or 0x25823D) is unknown color: approx Camarone. HEX triplet: 25, 82 and 3D. RGB value is (37,130,61). Sum of RGB (Red+Green+Blue) = 37+130+61=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #25823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25823D is #DA7DC2. Grayscale: #5E5E5E. Windows color (decimal): -14319043 or 4031013. OLE color: 4031013.

HSL color Cylindrical-coordinate representation of color #25823D: hue angle of 135.48º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25823D is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB3713061-
CMYK0.7200.530.49
HSL135.48º55.69%32.75%-
HSV(B)135.48º71.54%50.98%-
XYZ9.5916.77.13-
YUV94.33109.1987.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 130 (51.17% from 255) = 57.02%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=16.23%
G=57.02%
B=26.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37130610.7200.530.49135.4855.6932.75
Hex25823D4803531873821
Octal4520275110065612077041
Binary100101100000101111011001000011010111000110000111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25823D; }

 p { color: rgb(37,130,61); }

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

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

 a { background-color: rgb(37,130,61); }

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

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

 span { border-color: rgb(37,130,61); }

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