#25823F

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

Shades of Camarone #25823F

Tints of Camarone #25823F

Color information

#25823F (or 0x25823F) is unknown color: approx Camarone. HEX triplet: 25, 82 and 3F. RGB value is (37,130,63). Sum of RGB (Red+Green+Blue) = 37+130+63=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #25823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25823F is #DA7DC0. Grayscale: #5E5E5E. Windows color (decimal): -14319041 or 4162085. OLE color: 4162085.

HSL color Cylindrical-coordinate representation of color #25823F: hue angle of 136.77º 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 #25823F is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB3713063-
CMYK0.7200.520.49
HSL136.77º55.69%32.75%-
HSV(B)136.77º71.54%50.98%-
XYZ9.6416.727.42-
YUV94.56110.1986.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 130 (51.17% from 255) = 56.52%
BLUE value IS 63 (25% from 255) = 27.39%
R=16.09%
G=56.52%
B=27.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37130630.7200.520.49136.7755.6932.75
Hex25823F4803431893821
Octal4520277110064612117041
Binary100101100000101111111001000011010011000110001001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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