#25632D

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

Shades of San Felix #25632D

Tints of San Felix #25632D

Color information

#25632D (or 0x25632D) is unknown color: approx San Felix. HEX triplet: 25, 63 and 2D. RGB value is (37,99,45). Sum of RGB (Red+Green+Blue) = 37+99+45=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #25632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25632D is #DA9CD2. Grayscale: #4A4A4A. Windows color (decimal): -14326995 or 2974501. OLE color: 2974501.

HSL color Cylindrical-coordinate representation of color #25632D: hue angle of 127.74º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25632D is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB379945-
CMYK0.6300.550.61
HSL127.74º45.59%26.67%-
HSV(B)127.74º62.63%38.82%-
XYZ5.79.514.02-
YUV74.31111.46101.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 99 (39.06% from 255) = 54.70%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=20.44%
G=54.70%
B=24.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3799450.6300.550.61127.7445.5926.67
Hex25632D3F0373D802e1b
Octal451435577067752005633
Binary100101110001110110111111101101111111011000000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,99,45); }

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

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

 a { background-color: rgb(37,99,45); }

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

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

 span { border-color: rgb(37,99,45); }

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