#25651D

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

Shades of San Felix #25651D

Tints of San Felix #25651D

Color information

#25651D (or 0x25651D) is unknown color: approx San Felix. HEX triplet: 25, 65 and 1D. RGB value is (37,101,29). Sum of RGB (Red+Green+Blue) = 37+101+29=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #25651D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25651D is #DA9AE2. Grayscale: #494949. Windows color (decimal): -14326499 or 1926437. OLE color: 1926437.

HSL color Cylindrical-coordinate representation of color #25651D: hue angle of 113.33º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25651D is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB3710129-
CMYK0.6300.710.60
HSL113.33º55.38%25.49%-
HSV(B)113.33º71.29%39.61%-
XYZ5.649.792.75-
YUV73.66102.8101.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 101 (39.84% from 255) = 60.48%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=22.16%
G=60.48%
B=17.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37101290.6300.710.60113.3355.3825.49
Hex25651D3F0473C713719
Octal4514535770107741616731
Binary10010111001011110111111101000111111100111000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25651D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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