#267433

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

Shades of San Felix #267433

Tints of San Felix #267433

Color information

#267433 (or 0x267433) is unknown color: approx San Felix. HEX triplet: 26, 74 and 33. RGB value is (38,116,51). Sum of RGB (Red+Green+Blue) = 38+116+51=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #267433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267433 is #D98BCC. Grayscale: #555555. Windows color (decimal): -14257101 or 3372070. OLE color: 3372070.

HSL color Cylindrical-coordinate representation of color #267433: hue angle of 130º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267433 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB3811651-
CMYK0.6700.560.55
HSL130º50.65%30.2%-
HSV(B)130º67.24%45.49%-
XYZ7.6413.145.27-
YUV85.27108.6694.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=18.54%
G=56.59%
B=24.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38116510.6700.560.5513050.6530.2
Hex267433430383782331e
Octal4616463103070672026336
Binary1001101110100110011100001101110001101111000001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267433; }

 p { color: rgb(38,116,51); }

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

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

 a { background-color: rgb(38,116,51); }

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

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

 span { border-color: rgb(38,116,51); }

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