#25652B

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

Shades of San Felix #25652B

Tints of San Felix #25652B

Color information

#25652B (or 0x25652B) is unknown color: approx San Felix. HEX triplet: 25, 65 and 2B. RGB value is (37,101,43). Sum of RGB (Red+Green+Blue) = 37+101+43=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #25652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25652B is #DA9AD4. Grayscale: #4B4B4B. Windows color (decimal): -14326485 or 2843941. OLE color: 2843941.

HSL color Cylindrical-coordinate representation of color #25652B: hue angle of 125.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25652B is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB3710143-
CMYK0.6300.570.60
HSL125.62º46.38%27.06%-
HSV(B)125.62º63.37%39.61%-
XYZ5.859.883.88-
YUV75.25109.8100.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 101 (39.84% from 255) = 55.80%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=20.44%
G=55.80%
B=23.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37101430.6300.570.60125.6246.3827.06
Hex25652B3F0393C7e2e1b
Octal451455377071741765633
Binary10010111001011010111111110111001111100111111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25652B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,101,43); }

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

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

 a { background-color: rgb(37,101,43); }

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

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

 span { border-color: rgb(37,101,43); }

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