#266932

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

Shades of San Felix #266932

Tints of San Felix #266932

Color information

#266932 (or 0x266932) is unknown color: approx San Felix. HEX triplet: 26, 69 and 32. RGB value is (38,105,50). Sum of RGB (Red+Green+Blue) = 38+105+50=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #266932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266932 is #D996CD. Grayscale: #4E4E4E. Windows color (decimal): -14259918 or 3303718. OLE color: 3303718.

HSL color Cylindrical-coordinate representation of color #266932: hue angle of 130.75º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266932 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB3810550-
CMYK0.6400.520.59
HSL130.75º46.85%28.04%-
HSV(B)130.75º63.81%41.18%-
XYZ6.4310.754.75-
YUV78.7111.898.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 105 (41.41% from 255) = 54.40%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=19.69%
G=54.40%
B=25.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105500.6400.520.59130.7546.8528.04
Hex266932400343B832f1c
Octal4615162100064732035734
Binary1001101101001110010100000001101001110111000001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266932; }

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

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

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

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

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

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

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

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