#326430

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

Shades of San Felix #326430

Tints of San Felix #326430

Color information

#326430 (or 0x326430) is unknown color: approx San Felix. HEX triplet: 32, 64 and 30. RGB value is (50,100,48). Sum of RGB (Red+Green+Blue) = 50+100+48=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #326430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326430 is #CD9BCF. Grayscale: #4F4F4F. Windows color (decimal): -13474768 or 3171378. OLE color: 3171378.

HSL color Cylindrical-coordinate representation of color #326430: hue angle of 117.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326430 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB5010048-
CMYK0.5000.520.61
HSL117.69º35.14%29.02%-
HSV(B)117.69º52%39.22%-
XYZ6.4110.014.39-
YUV79.12110.44107.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 100 (39.45% from 255) = 50.51%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=25.25%
G=50.51%
B=24.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100480.5000.520.61117.6935.1429.02
Hex326430320343D76231d
Octal621446062064751664335
Binary11001011001001100001100100110100111101111011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326430; }

 p { color: rgb(50,100,48); }

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

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

 a { background-color: rgb(50,100,48); }

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

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

 span { border-color: rgb(50,100,48); }

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