#267632

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

Shades of San Felix #267632

Tints of San Felix #267632

Color information

#267632 (or 0x267632) is unknown color: approx San Felix. HEX triplet: 26, 76 and 32. RGB value is (38,118,50). Sum of RGB (Red+Green+Blue) = 38+118+50=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #267632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267632 is #D989CD. Grayscale: #565656. Windows color (decimal): -14256590 or 3307046. OLE color: 3307046.

HSL color Cylindrical-coordinate representation of color #267632: hue angle of 129º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267632 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB3811850-
CMYK0.6800.580.54
HSL129º51.28%30.59%-
HSV(B)129º67.8%46.27%-
XYZ7.8513.65.23-
YUV86.33107.593.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 118 (46.48% from 255) = 57.28%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=18.45%
G=57.28%
B=24.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38118500.6800.580.5412951.2830.59
Hex2676324403A3681331f
Octal4616662104072662016337
Binary1001101110110110010100010001110101101101000000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267632; }

 p { color: rgb(38,118,50); }

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

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

 a { background-color: rgb(38,118,50); }

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

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

 span { border-color: rgb(38,118,50); }

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