#257123

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

Shades of San Felix #257123

Tints of San Felix #257123

Color information

#257123 (or 0x257123) is unknown color: approx San Felix. HEX triplet: 25, 71 and 23. RGB value is (37,113,35). Sum of RGB (Red+Green+Blue) = 37+113+35=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #257123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257123 is #DA8EDC. Grayscale: #515151. Windows color (decimal): -14323421 or 2322725. OLE color: 2322725.

HSL color Cylindrical-coordinate representation of color #257123: hue angle of 118.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257123 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB3711335-
CMYK0.6700.690.56
HSL118.46º52.7%29.02%-
HSV(B)118.46º69.03%44.31%-
XYZ6.9712.323.6-
YUV81.38101.8296.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 113 (44.53% from 255) = 61.08%
BLUE value IS 35 (14.06% from 255) = 18.92%
R=20%
G=61.08%
B=18.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113350.6700.690.56118.4652.729.02
Hex257123430453876351d
Octal45161431030105701666535
Binary1001011110001100011100001101000101111000111011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257123; }

 p { color: rgb(37,113,35); }

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

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

 a { background-color: rgb(37,113,35); }

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

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

 span { border-color: rgb(37,113,35); }

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